summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings/index.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/pages/settings/index.vue')
-rw-r--r--packages/frontend/src/pages/settings/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/index.vue b/packages/frontend/src/pages/settings/index.vue
index 39c32d347f..57c7cb6989 100644
--- a/packages/frontend/src/pages/settings/index.vue
+++ b/packages/frontend/src/pages/settings/index.vue
@@ -166,7 +166,7 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
type: 'button',
icon: 'ti ti-settings-2',
text: i18n.ts.preferencesProfile,
- action: async (ev: MouseEvent) => {
+ action: async (ev) => {
os.popupMenu(getPreferencesProfileMenu(), ev.currentTarget ?? ev.target);
},
}, {