fix pics not loading in app page (#4614)

This commit is contained in:
Sean (ANGRYxScotsman)
2026-06-03 18:57:33 +01:00
committed by GitHub
parent 691224f465
commit 153900a77b
6 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -15,35 +15,35 @@ Use the Applications tab to install, upgrade, uninstall, and review supported ap
* For programs already installed, this action will update them to the latest version.
* Click the `Install/Upgrade Selected` button to start the installation or upgrade process.
{{< image src="images/Install/Installation" alt="Install or upgrade selected applications" >}}
{{< image src="images/install-pics/installation" alt="Install or upgrade selected applications" >}}
{{< /tab >}}
{{< tab name="Upgrade All" >}}
* Simply press the `Upgrade All` button.
* This upgrades every supported installed program without individual selection.
{{< image src="images/Install/install-apps" alt="Upgrade all applications" >}}
{{< image src="images/install-pics/install-apps" alt="Upgrade all applications" >}}
{{< /tab >}}
{{< tab name="Uninstall" >}}
* Select the programs you wish to uninstall.
* Click the `Uninstall Selected` button to remove them.
{{< image src="images/Install/uninstall-apps" alt="Uninstall selected applications" >}}
{{< image src="images/install-pics/uninstall-apps" alt="Uninstall selected applications" >}}
{{< /tab >}}
{{< tab name="Show Installed Apps" >}}
* Click the `Show Installed Apps` button.
* This scans for and selects installed applications supported by WinGet.
{{< image src="images/Install/show-installed-apps" alt="Show installed apps" >}}
{{< image src="images/install-pics/show-installed-apps" alt="Show installed apps" >}}
{{< /tab >}}
{{< tab name="Clear Selection" >}}
* Click the `Clear Selection` button.
* This clears all current selections.
{{< image src="images/Install/clear-selection-apps" alt="Clear app selections" >}}
{{< image src="images/install-pics/clear-selection-apps" alt="Clear app selections" >}}
{{< /tab >}}
{{< /tabs >}}