mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-04 18:28:42 +02:00
feat: per-profile window color with id-derived default
This commit is contained in:
@@ -27,6 +27,7 @@ export interface BrowserProfile {
|
||||
group_id?: string; // Reference to profile group
|
||||
tags?: string[];
|
||||
note?: string; // User note
|
||||
window_color?: string; // Per-profile window frame color "#RRGGBB"; auto-derived from the id when unset
|
||||
sync_mode?: SyncMode;
|
||||
encryption_salt?: string;
|
||||
last_sync?: number; // Timestamp of last successful sync (epoch seconds)
|
||||
|
||||
Reference in New Issue
Block a user