From c00a39ae030c8372d3576884015d193b0e05bab8 Mon Sep 17 00:00:00 2001 From: MKKNinetyTwo <152527792+MKKNinetyTwo@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:14:45 +0200 Subject: [PATCH] Call ReopenTaskbars instead of complete restart. --- RetroBar/Utilities/WindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroBar/Utilities/WindowManager.cs b/RetroBar/Utilities/WindowManager.cs index 67f263e3..49d784f6 100644 --- a/RetroBar/Utilities/WindowManager.cs +++ b/RetroBar/Utilities/WindowManager.cs @@ -26,7 +26,7 @@ public WindowManager(ShellManager shellManager, StartMenuMonitor startMenuMonito _startMenuMonitor = startMenuMonitor; _updater = updater; - _explorerMonitor.ExplorerMonitorStart(); + _explorerMonitor.ExplorerMonitorStart(this); _shellManager.ExplorerHelper.HideExplorerTaskbar = true;