feat: drop title translate from FramelessWindow

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-14 10:35:46 +05:00
parent 802d5a2ba1
commit 4c2e2a9c8d

View File

@ -14,7 +14,7 @@ class SystemOverlay(QDialog):
def __init__(self, parent, theme):
super().__init__(parent)
self.theme = theme
self.setWindowTitle(_("System Overlay"))
self.setWindowTitle("System Overlay")
self.setModal(True)
self.setFixedSize(400, 300)
self.theme_manager = ThemeManager()