fix: force Fusion style for consistent QComboBox styling
All checks were successful
Code and build check / Check code (push) Successful in 1m28s
Code and build check / Build with uv (push) Successful in 49s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-21 10:46:51 +05:00
parent e6161d2e3f
commit bd1b7c07ae

View File

@ -52,6 +52,7 @@ class MainWindow(QMainWindow):
def __init__(self):
super().__init__()
QApplication.setStyle("Fusion")
self.setAcceptDrops(True)
self.current_exec_line = None
self.currentDetailPage = None