删除提示重启文本

This commit is contained in:
lanxiuyun 2025-06-12 15:09:38 +08:00
parent 5c048c6341
commit 7cabbe26f5

View File

@ -283,7 +283,7 @@ const tipText = computed(() => {
const optionKeyName = isWindows ? 'Alt' : 'Option、Command';
return t('feature.settings.global.addShortcutKeyTips', {
optionKeyName: optionKeyName,
}) + `此外你也可以双击修饰键如Ctrl+Ctrl, 双击修饰键需要重启`;
}) + `此外你也可以双击修饰键如Ctrl+Ctrl`;
});
const currentSelect = ref(['userInfo']);