merge statusbar

This commit is contained in:
fyears
2024-01-05 23:07:15 +08:00
5 changed files with 104 additions and 1 deletions
+2
View File
@@ -23,6 +23,8 @@ const DEFAULT_SETTINGS: RemotelySavePluginSettings = {
password: "password",
serviceType: "s3",
currLogLevel: "info",
ignorePaths: ["somefoldertoignore"],
enableStatusBarInfo: true,
};
describe("Config Persist tests", () => {