mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove newContexts
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2c377a2bd4
commit
469768393b
@ -50,7 +50,6 @@ export class UserStore extends BaseStore<UserStoreModel> {
|
||||
}
|
||||
|
||||
@observable lastSeenAppVersion = "0.0.0";
|
||||
@observable newContexts = observable.set<string>();
|
||||
@observable allowTelemetry = true;
|
||||
@observable allowUntrustedCAs = false;
|
||||
@observable colorTheme = UserStore.defaultTheme;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user