menu and app launcher fix

This commit is contained in:
N0\A
2025-10-29 12:33:36 +01:00
parent 13b7892f31
commit 301a0eb264
2 changed files with 20 additions and 9 deletions

View File

@@ -216,7 +216,7 @@ class MainWindow(QtWidgets.QMainWindow):
super().closeEvent(event)
def ensure_on_top(self):
if self.isVisible():
if self.isVisible() and not self.left_menu.isVisible() and not self.tray.contextMenu().isVisible():
self.raise_()
def showEvent(self, event):