Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc89f652

Browse files
committed
fix(systray): Buttery Taskbar compat fix
1 parente3e3fdd commitc89f652

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎src/core/utils/systray/tray_monitor.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
fromPyQt6.QtCoreimportQObject,pyqtSignal
2020
fromPyQt6.QtGuiimportQPixmap
2121
fromwin32conimport (
22-
CW_USEDEFAULT,
2322
HWND_BROADCAST,
2423
HWND_TOPMOST,
2524
SWP_NOACTIVATE,
@@ -32,10 +31,10 @@
3231
WM_DESTROY,
3332
WM_TIMER,
3433
WM_USER,
34+
WS_DISABLED,
3535
WS_EX_APPWINDOW,
3636
WS_EX_TOOLWINDOW,
3737
WS_EX_TOPMOST,
38-
WS_OVERLAPPEDWINDOW,
3938
)
4039

4140
importcore.utils.systray.utilsasutils
@@ -144,11 +143,11 @@ def run(self):
144143
WS_EX_TOOLWINDOW|WS_EX_APPWINDOW|WS_EX_TOPMOST,
145144
wnd_class_name,
146145
wnd_class_name,
147-
WS_OVERLAPPEDWINDOW,
148-
CW_USEDEFAULT,
149-
CW_USEDEFAULT,
150-
CW_USEDEFAULT,
151-
CW_USEDEFAULT,
146+
WS_DISABLED,
147+
0,
148+
0,
149+
0,
150+
0,
152151
None,
153152
None,
154153
self.wc.hInstance,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp