settings modal

This commit is contained in:
Jan Prochazka
2021-04-18 10:26:59 +02:00
parent 67b57ab756
commit e97388e14b
6 changed files with 85 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
const rect = domSettings.getBoundingClientRect();
const left = rect.right;
const top = rect.top;
const items = [{ command: 'settings.commands' }, { command: 'theme.changeTheme' }];
const items = [{ command: 'settings.commands' }, { command: 'theme.changeTheme' }, { command: 'settings.show' }];
currentDropDownMenu.set({ left, top, items });
}
</script>