move onedrive full to below, and add separator

This commit is contained in:
fyears
2024-06-29 18:33:41 +08:00
parent a2ce95441a
commit a967d6ffd9
5 changed files with 15 additions and 8 deletions
+11 -4
View File
@@ -1921,15 +1921,22 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
dropdown.addOption("dropbox", t("settings_chooseservice_dropbox"));
dropdown.addOption("webdav", t("settings_chooseservice_webdav"));
dropdown.addOption("onedrive", t("settings_chooseservice_onedrive"));
dropdown.addOption(
"onedrivefull",
t("settings_chooseservice_onedrivefull")
);
dropdown.addOption("webdis", t("settings_chooseservice_webdis"));
dropdown.addOption("separator line", "-----");
(dropdown.selectEl.lastChild as HTMLElement).setAttribute(
"disabled",
"disabled"
);
dropdown.addOption(
"googledrive",
t("settings_chooseservice_googledrive")
);
dropdown.addOption(
"onedrivefull",
t("settings_chooseservice_onedrivefull")
);
dropdown.addOption("box", t("settings_chooseservice_box"));
dropdown.addOption("pcloud", t("settings_chooseservice_pcloud"));
dropdown.addOption(