diff --git a/electron/store.ts b/electron/store.ts index 5a9d85f..eb00e82 100644 --- a/electron/store.ts +++ b/electron/store.ts @@ -74,6 +74,9 @@ const userPreferencesSchema: Schema = { zoom: { type: JSONSchemaType.Number, }, + borderColorCss: { + type: JSONSchemaType.String, + }, } export const userPreferences = new Store({ @@ -106,6 +109,7 @@ export const userPreferences = new Store({ rounded: true, flipHorizontal: false, zoom: 1.1, + borderColorCss: 'linear-gradient(to right, #988BC7, #FF79C6)', }, }) diff --git a/public/index.html b/public/index.html index fcd745f..ff72087 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,10 @@ Mini Video Me