refactor(frontend): menuのdividerをnullで表現するのをやめる
This commit is contained in:
parent
ebdb443180
commit
b691126bff
17 changed files with 44 additions and 45 deletions
|
@ -236,7 +236,7 @@ function changeProfile(ev: MouseEvent) {
|
|||
deckStore.set('profile', k);
|
||||
unisonReload();
|
||||
},
|
||||
}))), null, {
|
||||
}))), { type: 'divider' }, {
|
||||
text: i18n.ts._deck.newProfile,
|
||||
icon: 'ti ti-plus',
|
||||
action: async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue