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;