mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-16 15:30:20 -07:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
// eslint-disable-next-line import/prefer-default-export
|
|
export enum ElectronStoreKeys {
|
|
AppLanguage = 'appLanguage',
|
|
IsNotFirstTimeAppStart = 'isNotFirstTimeAppStart',
|
|
IsAppDarkTheme = 'isAppDarkTheme',
|
|
}
|