feat: add splash window theming (#52)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Ryan Cao
2023-10-14 11:04:44 +08:00
committed by GitHub
parent 0d93e08e99
commit 841cdcf672
6 changed files with 82 additions and 3 deletions

View File

@@ -26,4 +26,8 @@ export interface Settings {
skippedUpdate?: string;
firstLaunch?: boolean;
splashTheming?: boolean;
splashColor?: string;
splashBackground?: string;
}