- Implement custom PersistentNotification widget with flashing background - Add settings for persistent priority 10 notifications and sound control - Modify notification logic to show persistent pop-ups for priority 10 - Allow closing all persistent notifications via tray icon click - Add AGENTS.md with type checking guidelines - Configure pyright to suppress PyQt6 false positives - Update UI in settings dialog for new options - Add notification sound file
8 lines
218 B
JSON
8 lines
218 B
JSON
{
|
|
"reportOptionalMemberAccess": false,
|
|
"reportAttributeAccessIssue": false,
|
|
"reportIncompatibleMethodOverride": false,
|
|
"reportArgumentType": false,
|
|
"reportAssignmentType": false,
|
|
"reportReturnType": false
|
|
} |