mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add some more private modifiers
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a02760734
commit
54ce1723c6
@ -36,7 +36,7 @@ export class ThemeStore extends Singleton {
|
||||
"lens-light": lensLightThemeJson as Theme,
|
||||
});
|
||||
|
||||
@observable osNativeThemeType: "dark" | "light" | undefined;
|
||||
@observable private osNativeThemeType: "dark" | "light" | undefined;
|
||||
|
||||
@computed private get colorThemePreference(): ThemeId | "system" {
|
||||
return UserStore.getInstance().colorTheme;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user