feat: restore dock attention popups

This commit is contained in:
droid
2026-03-23 17:33:28 +08:00
parent 58cdc7a04f
commit b24dd7fbb9

View File

@@ -153,7 +153,7 @@ for item in pairs:
'--group', 'Containments', '--group', str(cid), '--group', 'Containments', '--group', str(cid),
'--group', 'Applets', '--group', str(aid), '--group', 'Applets', '--group', str(aid),
'--group', 'Configuration', '--group', 'General', '--group', 'Configuration', '--group', 'General',
'--key', 'unhideOnAttention', 'false' '--key', 'unhideOnAttention', 'true'
], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) ], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
PY PY
} }