Added an app opacity slider

Added a slider to change individual app opacity on the AppShelf
This commit is contained in:
Aimsucks
2022-06-08 16:03:06 +00:00
parent e6eedefec4
commit 7519b4a6b2
4 changed files with 51 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { OptionValues } from '../components/modules/modules';
import { MantineTheme } from '@mantine/core';
import { OptionValues } from '../components/modules/modules';
export interface Settings {
searchUrl: string;
@@ -10,6 +10,7 @@ export interface Settings {
secondaryColor?: MantineTheme['primaryColor'];
primaryShade?: MantineTheme['primaryShade'];
background?: string;
appOpacity?: number;
}
export interface Config {