1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add config field to terminal

Signed-off-by: DMYTRO ZHARKOV <dmytrozharkov@DMYTROs-MBP.fritz.box>
This commit is contained in:
DMYTRO ZHARKOV 2022-01-18 15:14:11 +01:00
parent 2ca1973add
commit 2c8196e346

View File

@ -58,8 +58,6 @@ export class UserStore extends BaseStore<UserStoreModel> /* implements UserStore
@observable kubectlBinariesPath?: string;
@observable terminalCopyOnSelect: boolean;
@observable terminalConfig: TerminalConfig;
@observable terminalFontSize?: number;
@observable terminalFontFamily?: string;
@observable updateChannel?: string;
@observable extensionRegistryUrl: ExtensionRegistry;