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

Commit8488f4f

Browse files
committed
feat(active-window): add additional ignored window classes for better process filtering
1 parent1ab397d commit8488f4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/core/widgets/yasb/active_window.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
IGNORED_YASB_TITLES= [APP_BAR_TITLE]
2121
IGNORED_YASB_CLASSES= [
2222
'Qt673QWindowIcon',
23-
'Qt673QWindowToolSaveBits'
23+
'Qt673QWindow',
24+
'Qt673QWindowToolSaveBits',
25+
'Qt673QWindowPopupSaveBits',
26+
'Qt673QWindowPopupDropShadowSaveBits'
2427
]
2528

2629
try:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp