Dismiss SidePanel when opening settings / recording screen or select a wallpaper

This commit is contained in:
quadbyte 2025-08-07 12:58:18 -04:00
parent 2a897060a7
commit dc77bc667a
2 changed files with 6 additions and 1 deletions

View file

@ -57,6 +57,7 @@ PanelWindow {
}
});
}
sidebarPopup.dismiss();
} else if (settingsWindow.visible) {
// Close and destroy window
var windowToDestroy = settingsWindow;