Skip to content

Commit 3fc7c16

Browse files
Hide Tools options that don't work yet
1 parent 090c9b8 commit 3fc7c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/Launchpad/Window/ToolsWindow.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
this.guiObj.BackColor := this.themeObj.GetColor("accentDark")
1212
this.AddToolButton("&Reload Launchers", "ReloadLaunchers")
1313
this.AddToolButton("&Clean Launchers", "CleanLaunchers")
14-
this.AddToolButton("&Validate Launchers", "ValidateLaunchers")
14+
;this.AddToolButton("&Validate Launchers", "ValidateLaunchers")
1515
this.AddToolButton("&Flush Cache", "FlushCache")
16-
this.AddToolButton("&Update Launchpad", "CheckForUpdates")
16+
;this.AddToolButton("&Update Launchpad", "CheckForUpdates")
1717
this.AddToolButton("Update &Dependencies", "UpdateDependencies")
1818
this.AddToolButton("&Open Website", "OpenWebsite")
1919
this.AddToolButton("Provide &Feedback", "ProvideFeedback")

0 commit comments

Comments
 (0)