App card width slider

Added a slider to determine the XL app card width
This commit is contained in:
Aimsucks
2022-06-14 17:45:22 +00:00
parent 778988de58
commit bd920dfc86
4 changed files with 52 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export interface Settings {
background?: string;
appOpacity?: number;
widgetPosition?: string;
appCardWidth?: number;
}
export interface Config {