mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Re-add journal frameless flag
This commit is contained in:
parent
527f1a8614
commit
8443907f74
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class Journal(QWidget):
|
|||
self.label = QLabel(self)
|
||||
self.change_image('default_en')
|
||||
|
||||
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
|
||||
self.setAttribute(Qt.WA_TranslucentBackground)
|
||||
self.setMouseTracking(True)
|
||||
self.setWindowTitle(' ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue