Skip to content

Commit

Permalink
Update Easydict/NewApp/View/SettingView/Tabs/View/Shortcut/AppShortcu…
Browse files Browse the repository at this point in the history
…tSetting.swift
  • Loading branch information
tisfeng authored Feb 6, 2024
1 parent 9a7b3a7 commit afd12af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extension ShortcutTab {
KeyHolderDataItem(title: "shortcut_decrease_font", type: .decreaseFontSize),
KeyHolderDataItem(title: "open_in_google", type: .google),
KeyHolderDataItem(title: "open_in_eudic", type: .eudic),
KeyHolderDataItem(title: "open_in_apple_dictionary", type: .increaseFontSize),
KeyHolderDataItem(title: "open_in_apple_dictionary", type: .appleDic),
]
@State var confictAlterMessage: ShortcutConfictAlertMessage = .init(title: "", message: "")
var body: some View {
Expand Down

0 comments on commit afd12af

Please sign in to comment.