mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
3c042d6841
commit
9fce9e0060
@ -621,7 +621,8 @@ class QUnFrameWindow(resizableframeless):
|
||||
super(QUnFrameWindow, self).__init__(
|
||||
None,
|
||||
flags=Qt.WindowType.FramelessWindowHint
|
||||
| Qt.WindowType.WindowMinimizeButtonHint,
|
||||
| Qt.WindowType.WindowMinimizeButtonHint
|
||||
| Qt.WindowType.Tool,
|
||||
poslist=globalconfig["transuigeo"],
|
||||
) # 设置为顶级窗口,无边框
|
||||
icon = getExeIcon(sys.argv[0]) #'./LunaTranslator.exe')# QIcon()
|
||||
|
Loading…
x
Reference in New Issue
Block a user