1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09:00
This commit is contained in:
NoriDev 2024-10-01 12:27:18 +09:00
parent bf8eeb7cb7
commit 45b4221492

View File

@ -329,7 +329,7 @@ const headerActions = computed(() => {
friendlyUiChildMenu.push({ friendlyUiChildMenu.push({
type: 'switch', type: 'switch',
text: i18n.ts.friendlyUiEnableNotificationsArea, text: i18n.ts._cherrypick.friendlyUiEnableNotificationsArea,
ref: friendlyUiEnableNotificationsArea, ref: friendlyUiEnableNotificationsArea,
}); });
@ -340,7 +340,7 @@ const headerActions = computed(() => {
menuItems.push({ menuItems.push({
type: 'switch', type: 'switch',
text: i18n.ts.enableWidgetsArea, text: i18n.ts._cherrypick.enableWidgetsArea,
ref: enableWidgetsArea, ref: enableWidgetsArea,
}); });