1
0
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:
Sebastian Malton 2022-05-10 08:23:55 -04:00
parent 0a02760734
commit 54ce1723c6

View File

@ -36,7 +36,7 @@ export class ThemeStore extends Singleton {
"lens-light": lensLightThemeJson as Theme, "lens-light": lensLightThemeJson as Theme,
}); });
@observable osNativeThemeType: "dark" | "light" | undefined; @observable private osNativeThemeType: "dark" | "light" | undefined;
@computed private get colorThemePreference(): ThemeId | "system" { @computed private get colorThemePreference(): ThemeId | "system" {
return UserStore.getInstance().colorTheme; return UserStore.getInstance().colorTheme;