Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Commit

Permalink
Fix case where buttons weren't shown
Browse files Browse the repository at this point in the history
if massive entertainment is hiring hit me up
  • Loading branch information
PhantomGamers committed Sep 23, 2020
1 parent cff90c8 commit f7abbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public static void ClearSteamCache()

if(hackyThreadingFix == 1) { Main.ToggleButtons(true); return; }

if (!ShutdownSteam()) return;
if (!ShutdownSteam()) { Main.ToggleButtons(true); return; }

FileWatcher.ToggleCacheScanner(false);

Expand Down

0 comments on commit f7abbe2

Please sign in to comment.