feat: add taskbar flashing on new notifications (#1209)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
futamebore
2025-12-12 22:23:13 +01:00
committed by GitHub
parent 98b0ba85a3
commit da8e8f52ab
7 changed files with 48 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ export interface Settings {
hardwareVideoAcceleration?: boolean;
arRPC?: boolean;
appBadge?: boolean;
enableTaskbarFlashing?: boolean;
disableMinSize?: boolean;
clickTrayToShowHide?: boolean;
customTitleBar?: boolean;