feat(app): add preferences to main menu (#10760)

feat(editor): add preferences to main menu
This commit is contained in:
David Luzar
2026-02-08 23:30:45 +01:00
committed by GitHub
parent 063533aede
commit 3a5ef4020d
8 changed files with 211 additions and 16 deletions
@@ -77,6 +77,7 @@ export const AppMainMenu: React.FC<{
</MainMenu.Item>
)}
<MainMenu.Separator />
<MainMenu.DefaultItems.Preferences />
<MainMenu.DefaultItems.ToggleTheme
allowSystemTheme
theme={props.theme}