From 4003d18e1765dcc10df1d68a14225ff439ae9fdc Mon Sep 17 00:00:00 2001 From: Sharker <1548742234@qq.com> Date: Tue, 6 Feb 2024 23:52:52 +0800 Subject: [PATCH] fix: appshortcutsetting shortcut type --- .../SettingView/Tabs/View/Shortcut/AppShortcutSetting.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Easydict/NewApp/View/SettingView/Tabs/View/Shortcut/AppShortcutSetting.swift b/Easydict/NewApp/View/SettingView/Tabs/View/Shortcut/AppShortcutSetting.swift index 3ac1dd92a..6d0cfa868 100644 --- a/Easydict/NewApp/View/SettingView/Tabs/View/Shortcut/AppShortcutSetting.swift +++ b/Easydict/NewApp/View/SettingView/Tabs/View/Shortcut/AppShortcutSetting.swift @@ -25,8 +25,8 @@ extension ShortcutTab { KeyHolderDataItem(title: "shortcut_increase_font", type: .increaseFontSize), KeyHolderDataItem(title: "shortcut_decrease_font", type: .decreaseFontSize), KeyHolderDataItem(title: "open_in_google", type: .google), - KeyHolderDataItem(title: "open_in_eudic", type: .increaseFontSize), - KeyHolderDataItem(title: "open_in_apple_dictionary", type: .increaseFontSize), + KeyHolderDataItem(title: "open_in_eudic", type: .eudic), + KeyHolderDataItem(title: "open_in_apple_dictionary", type: .appleDic), ] @State var confictAlterMessage: ShortcutConfictAlertMessage = .init(title: "", message: "") var body: some View {