🔀 Merge pull request #222 from Aimsucks/app-card-with-slider

 Slidable service span in customizations
This commit is contained in:
Thomas Camlong
2022-06-20 10:29:39 +02:00
committed by GitHub
4 changed files with 43 additions and 1 deletions

View File

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