Added option to settings to toggle status bar item

This commit is contained in:
Lars
2022-08-13 11:55:19 +02:00
parent 30d94986c6
commit 229f74b5e8
5 changed files with 34 additions and 8 deletions
+1
View File
@@ -23,6 +23,7 @@ const DEFAULT_SETTINGS: RemotelySavePluginSettings = {
password: "password",
serviceType: "s3",
currLogLevel: "info",
enableStatusBarInfo: true,
};
describe("Config Persist tests", () => {