Added settings tab and settings components

This commit is contained in:
Stela Augustinova
2025-11-26 16:21:07 +01:00
parent dbbae0eef2
commit c6b5ee164b
13 changed files with 1171 additions and 0 deletions

View File

@@ -118,6 +118,7 @@
const top = rect.bottom;
const items = [
hasPermission('settings/change') && { command: 'settings.show' },
hasPermission('settings/change') && { command: 'settings.settingsTab' },
{ command: 'theme.changeTheme' },
hasPermission('settings/change') && { command: 'settings.commands' },
hasPermission('widgets/plugins') && {