forked from Boria138/PortProtonQt
dialogs addgame overlay now borderless
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user