We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090c9b8 commit 3fc7c16Copy full SHA for 3fc7c16
Lib/Launchpad/Window/ToolsWindow.ahk
@@ -11,9 +11,9 @@
11
this.guiObj.BackColor := this.themeObj.GetColor("accentDark")
12
this.AddToolButton("&Reload Launchers", "ReloadLaunchers")
13
this.AddToolButton("&Clean Launchers", "CleanLaunchers")
14
- this.AddToolButton("&Validate Launchers", "ValidateLaunchers")
+ ;this.AddToolButton("&Validate Launchers", "ValidateLaunchers")
15
this.AddToolButton("&Flush Cache", "FlushCache")
16
- this.AddToolButton("&Update Launchpad", "CheckForUpdates")
+ ;this.AddToolButton("&Update Launchpad", "CheckForUpdates")
17
this.AddToolButton("Update &Dependencies", "UpdateDependencies")
18
this.AddToolButton("&Open Website", "OpenWebsite")
19
this.AddToolButton("Provide &Feedback", "ProvideFeedback")
0 commit comments