diff --git a/src/main.ts b/src/main.ts index c2553ec..687177a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -595,6 +595,10 @@ class RemotelySaveSettingTab extends PluginSettingTab { text: "Disclaimer: This app is NOT an official Dropbox product. It just uses Dropbox open api.", cls: "dropbox-disclaimer", }); + dropboxDiv.createEl("p", { + text: "Disclaimer: The infomation is stored in PLAIN TEXT locally. Other malicious/harmful/faulty plugins may or may not be able to read the info. If you see any unintentional access to your Dropbox, please immediately disconnect this app on https://www.dropbox.com/account/connected_apps .", + cls: "dropbox-disclaimer", + }); dropboxDiv.createEl("p", { text: "We will create a folder App/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.", });