Skip to content

Commit

Permalink
Call ReopenTaskbars instead of complete restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKNinetyTwo authored Nov 14, 2024
1 parent 6d98ce5 commit c00a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetroBar/Utilities/WindowManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public WindowManager(ShellManager shellManager, StartMenuMonitor startMenuMonito
_startMenuMonitor = startMenuMonitor;
_updater = updater;

_explorerMonitor.ExplorerMonitorStart();
_explorerMonitor.ExplorerMonitorStart(this);

_shellManager.ExplorerHelper.HideExplorerTaskbar = true;

Expand Down

0 comments on commit c00a39a

Please sign in to comment.