aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/UIStore.js (renamed from src/stores/UIStore.ts)4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stores/UIStore.ts b/src/stores/UIStore.js
index 6a9597006..779f89b9f 100644
--- a/src/stores/UIStore.ts
+++ b/src/stores/UIStore.js
@@ -6,10 +6,6 @@ import Store from './lib/Store';
6import { isMac, isWindows } from '../environment'; 6import { isMac, isWindows } from '../environment';
7 7
8export default class UIStore extends Store { 8export default class UIStore extends Store {
9 actions: any;
10
11 stores: any;
12
13 @observable showServicesUpdatedInfoBar = false; 9 @observable showServicesUpdatedInfoBar = false;
14 10
15 @observable isOsDarkThemeActive = nativeTheme.shouldUseDarkColors; 11 @observable isOsDarkThemeActive = nativeTheme.shouldUseDarkColors;