Skip to content

Commit

Permalink
fix: appshortcutsetting shortcut type
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Feb 6, 2024
1 parent 9f61ca1 commit 4003d18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4003d18

Please sign in to comment.