diff options
Diffstat (limited to 'src/lib/CommandPalette/actions.ts')
| -rw-r--r-- | src/lib/CommandPalette/actions.ts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts index acbc3629..16179864 100644 --- a/src/lib/CommandPalette/actions.ts +++ b/src/lib/CommandPalette/actions.ts @@ -60,6 +60,38 @@ export const defaultActions: CommandPaletteAction[] = [ 'debug', 'language', 'locale' + ], + actions: [ + { + name: 'Settings Sync', + url: '/settings#sync', + tags: ['settings'] + }, + { + name: 'RSS Feeds', + url: '/settings#feeds', + tags: ['settings'] + }, + { + name: 'Display', + url: '/settings', + tags: ['settings'] + }, + { + name: 'Calculation', + url: '/settings', + tags: ['settings'] + }, + { + name: 'Cache', + url: '/settings', + tags: ['settings'] + }, + { + name: 'Debug', + url: '/settings#debug', + tags: ['settings'] + } ] }, { |