keyboard settings saved to server

This commit is contained in:
Jan Prochazka
2021-04-18 09:08:01 +02:00
parent bcf183abe2
commit 67b57ab756
7 changed files with 87 additions and 31 deletions

View File

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