mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
Compile Winutil
This commit is contained in:
parent
7b6a624ec6
commit
f68c9bf213
@ -5110,7 +5110,7 @@ function Invoke-WPFUnInstall {
|
|||||||
$PackagesToInstall = (Get-WinUtilCheckBoxes)["Install"]
|
$PackagesToInstall = (Get-WinUtilCheckBoxes)["Install"]
|
||||||
|
|
||||||
if ($PackagesToInstall.Count -eq 0) {
|
if ($PackagesToInstall.Count -eq 0) {
|
||||||
$WarningMsg = "Please select the program(s) to install"
|
$WarningMsg = "Please select the program(s) to uninstall"
|
||||||
[System.Windows.MessageBox]::Show($WarningMsg, $AppTitle, [System.Windows.MessageBoxButton]::OK, [System.Windows.MessageBoxImage]::Warning)
|
[System.Windows.MessageBox]::Show($WarningMsg, $AppTitle, [System.Windows.MessageBoxButton]::OK, [System.Windows.MessageBoxImage]::Warning)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -6586,7 +6586,7 @@ $sync.configs.applications = '{
|
|||||||
},
|
},
|
||||||
"WPFInstallBorderlessGaming": {
|
"WPFInstallBorderlessGaming": {
|
||||||
"category": "Utilities",
|
"category": "Utilities",
|
||||||
"choco": "na",
|
"choco": "borderlessgaming",
|
||||||
"content": "Borderless Gaming",
|
"content": "Borderless Gaming",
|
||||||
"description": "Play your favorite games in a borderless window; no more time consuming alt-tabs.",
|
"description": "Play your favorite games in a borderless window; no more time consuming alt-tabs.",
|
||||||
"link": "https://github.com/Codeusa/Borderless-Gaming",
|
"link": "https://github.com/Codeusa/Borderless-Gaming",
|
||||||
|
Loading…
Reference in New Issue
Block a user