global link map WIP

This commit is contained in:
zadam
2021-09-17 22:34:23 +02:00
parent 43e829ca99
commit a0caa21458
12 changed files with 163 additions and 38 deletions

View File

@@ -169,7 +169,7 @@ export default class Entrypoints extends Component {
async switchToDesktopVersionCommand() {
utils.setCookie('trilium-device', 'desktop');
utils.reloadFrontendApp();
utils.reloadFrontendApp("Switching to desktop version");
}
async openInWindowCommand({notePath, hoistedNoteId}) {