mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-03-12 17:51:46 +08:00
Change 'Get Installed' to 'Show Installed Apps' (#4027)
* Update appnavigation.json * Update _index.md * Update inputXML.xaml * Update Invoke-WinUtilCurrentSystem.ps1 * Update Invoke-WinUtilCurrentSystem.ps1
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"Description": "Clear the selection of applications"
|
||||
},
|
||||
"WPFGetInstalled": {
|
||||
"Content": "Get Installed",
|
||||
"Content": "Show Installed Apps",
|
||||
"Category": "__Selection",
|
||||
"Type": "Button",
|
||||
"Order": "4",
|
||||
|
||||
@@ -23,7 +23,7 @@ weight: 2
|
||||
{{< /tab >}}
|
||||
|
||||
{{< tab >}}
|
||||
* Click the `Get Installed` button.
|
||||
* Click the `Show Installed Apps` button.
|
||||
* This will scan for and select all installed programs in Winutil that WinGet supports.
|
||||
{{< /tab >}}
|
||||
|
||||
|
||||
@@ -1203,7 +1203,7 @@
|
||||
<Button Name="WPFstandard" Content=" Standard " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
|
||||
<Button Name="WPFminimal" Content=" Minimal " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
|
||||
<Button Name="WPFClearTweaksSelection" Content=" Clear " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
|
||||
<Button Name="WPFGetInstalledTweaks" Content=" Get Installed " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
|
||||
<Button Name="WPFGetInstalledTweaks" Content=" Show Installed Apps " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user