We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34abe4d commit 4d6506cCopy full SHA for 4d6506c
Sources/Winget-AutoUpdate/WAU-Settings-GUI.ps1
@@ -38,7 +38,7 @@ $Script:STARTMENU_WAU_DIR = "${env:PROGRAMDATA}\Microsoft\Windows\Start Menu\Pro
38
$Script:COLOR_ENABLED = "#228B22" # Forest green
39
$Script:COLOR_DISABLED = "#FF6666" # Light red
40
$Script:COLOR_INACTIVE = "Gray" # Grey
41
-$Script:STATUS_READY_TEXT = "Ready"
+$Script:STATUS_READY_TEXT = "Ready (F12: Dev Tools)"
42
43
# Get current script directory
44
$Script:WorkingDir = $PSScriptRoot
0 commit comments