mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
corrected notice message
This commit is contained in:
parent
5d9cd14a7b
commit
ff0c9c2fc8
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue