Skip to content

Commit

Permalink
Add taskbar to list before show
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Nov 20, 2024
1 parent 1733883 commit 0c7a40d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RetroBar/Utilities/WindowManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ private void openTaskbar(AppBarScreen screen)
{
ShellLogger.Debug($"WindowManager: Opening taskbar on screen {screen.DeviceName}");
Taskbar taskbar = new Taskbar(this, _dictionaryManager, _shellManager, _startMenuMonitor, _updater, screen, Settings.Instance.Edge, Settings.Instance.AutoHide ? AppBarMode.AutoHide : AppBarMode.Normal);
taskbar.Show();

_taskbars.Add(taskbar);
taskbar.Show();
}

private bool haveDisplaysChanged()
Expand Down

0 comments on commit 0c7a40d

Please sign in to comment.