dialogs addgame overlay now borderless

This commit is contained in:
2025-06-14 10:50:45 +07:00
parent 802d5a2ba1
commit 44574c01d9

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