1 Commits

Author SHA1 Message Date
44574c01d9 dialogs addgame overlay now borderless
All checks were successful
Code and build check / Check code (pull_request) Successful in 1m21s
Code and build check / Build with uv (pull_request) Successful in 49s
2025-06-14 10:50:45 +07:00

View File

@ -94,6 +94,9 @@ class AddGameDialog(QDialog):
self.setModal(True)
self.setStyleSheet(self.theme.MAIN_WINDOW_STYLE + self.theme.MESSAGE_BOX_STYLE)
# Убираем рамку окна
self.setWindowFlags(Qt.WindowType.FramelessWindowHint | Qt.WindowType.Dialog)
layout = QFormLayout(self)
# Game name