More things work now
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 34s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 34s
This commit is contained in:
@@ -55,12 +55,12 @@ function EditProfile(){
|
||||
}
|
||||
|
||||
function EditSettings(){
|
||||
ClearWindow('main_menu');
|
||||
ClearWindow({type: 'main_menu'});
|
||||
CreateWindow('settings', {
|
||||
id: 'settings',
|
||||
type: 'settings',
|
||||
title: 'settings.title',
|
||||
back: () => { ClearWindow('settings'); CreateWindow('main_menu'); }
|
||||
back: () => { ClearWindow({type: 'settings'}); CreateWindow({type: 'main_menu'}); }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user