mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-23 11:39:25 -05:00
chore(frontend): tweak settings page
This commit is contained in:
parent
d185785f20
commit
ddbc83b2e4
1 changed files with 5 additions and 5 deletions
|
@ -91,11 +91,6 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
|
|||
text: i18n.ts.emojiPicker,
|
||||
to: '/settings/emoji-picker',
|
||||
active: currentPage.value?.route.name === 'emojiPicker',
|
||||
}, {
|
||||
icon: 'ti ti-cloud',
|
||||
text: i18n.ts.drive,
|
||||
to: '/settings/drive',
|
||||
active: currentPage.value?.route.name === 'drive',
|
||||
}, {
|
||||
icon: 'ti ti-bell',
|
||||
text: i18n.ts.notifications,
|
||||
|
@ -146,6 +141,11 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
|
|||
}],
|
||||
}, {
|
||||
items: [{
|
||||
icon: 'ti ti-cloud',
|
||||
text: i18n.ts.drive,
|
||||
to: '/settings/drive',
|
||||
active: currentPage.value?.route.name === 'drive',
|
||||
}, {
|
||||
icon: 'ti ti-badges',
|
||||
text: i18n.ts.roles,
|
||||
to: '/settings/roles',
|
||||
|
|
Loading…
Add table
Reference in a new issue