corrected notice message

This commit is contained in:
stfrigerio 2025-02-22 16:27:30 +01:00
parent 5d9cd14a7b
commit ff0c9c2fc8

View file

@ -79,7 +79,7 @@ export default class SqliteDBPlugin extends Plugin {
private async openDatabase(forceReload = true) {
const adapter = this.app.vault.adapter;
if (!(adapter instanceof FileSystemAdapter)) {
new Notice("This plugin only works with a local vault (FileSystemAdapter).");
new Notice("This plugin currently only works on desktop.");
return;
}
const basePath = adapter.getBasePath();