update desc
This commit is contained in:
parent
07402a09b5
commit
57f538fa9e
@ -1209,8 +1209,8 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
|
|||||||
.addDropdown(async (dropdown) => {
|
.addDropdown(async (dropdown) => {
|
||||||
dropdown.addOption("s3", "S3 or compatible");
|
dropdown.addOption("s3", "S3 or compatible");
|
||||||
dropdown.addOption("dropbox", "Dropbox");
|
dropdown.addOption("dropbox", "Dropbox");
|
||||||
dropdown.addOption("webdav", "Webdav (beta)");
|
dropdown.addOption("webdav", "Webdav");
|
||||||
dropdown.addOption("onedrive", "OneDrive for personal (alpha)");
|
dropdown.addOption("onedrive", "OneDrive for personal");
|
||||||
dropdown
|
dropdown
|
||||||
.setValue(this.plugin.settings.serviceType)
|
.setValue(this.plugin.settings.serviceType)
|
||||||
.onChange(async (val: SUPPORTED_SERVICES_TYPE) => {
|
.onChange(async (val: SUPPORTED_SERVICES_TYPE) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user