This commit is contained in:
@@ -23,12 +23,6 @@ const defWindows = {
|
||||
component: () => import('~/components/windows/MainMenuWindow.vue'),
|
||||
movable: true
|
||||
},
|
||||
edit_profile: {
|
||||
title: "windows.edit-profile",
|
||||
component: () => import('~/components/windows/EditProfileWindow.vue'),
|
||||
close: () => ClearWindow({type: 'edit_profile'}),
|
||||
movable: true
|
||||
},
|
||||
settings: {
|
||||
title: "windows.settings",
|
||||
component: () => import('~/components/windows/SettingsWindow.vue'),
|
||||
|
||||
Reference in New Issue
Block a user