Debug Mobile 1

This commit is contained in:
xRyul 2024-09-07 10:24:33 +01:00
parent 7bdc0611d5
commit 999b74ced4

View file

@ -47,6 +47,7 @@ export default class LinkNavigationPlugin extends Plugin {
private readonly CLEANUP_NOTICE_COOLDOWN = 5000; // 5 seconds cooldown
async onload() {
new Notice ("LinkNavigationPlugin: Starting to load");
await this.loadSettings();
this.addSettingTab(new LinkNavigationSettingTab(this.app, this));