(add) iroiro
This commit is contained in:
parent
e8c2e70667
commit
fb96a9ef8f
17 changed files with 718 additions and 156 deletions
|
|
@ -102,9 +102,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
text: i18n.ts._initialTutorial.launchTutorial,
|
||||
icon: 'ti ti-presentation',
|
||||
action: () => {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {
|
||||
onlyTutorial: true,
|
||||
}, {}, 'closed');
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkTutorialDialog.vue')), {}, {}, 'closed');
|
||||
},
|
||||
} : undefined, {
|
||||
type: 'link',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue