🔀 Merge pull request #197 from Darkham42/dev

feat: could position widgets at left
This commit is contained in:
Thomas Camlong
2022-06-12 15:46:13 +02:00
committed by GitHub
7 changed files with 116 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ export interface Settings {
primaryShade?: MantineTheme['primaryShade'];
background?: string;
appOpacity?: number;
widgetPosition?: string;
}
export interface Config {