Skip to content

Commit

Permalink
Update Easydict/NewApp/View/SettingView/Tabs/GeneralTab.swift
Browse files Browse the repository at this point in the history
Co-authored-by: phlpsong <[email protected]>
  • Loading branch information
AkaShark and phlpsong authored Feb 25, 2024
1 parent fcc2b92 commit 7c64409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/SettingView/Tabs/GeneralTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ struct GeneralTab: View {
Defaults[.inputShortcut] != nil || Defaults[.selectionShortcut] != nil
}

@State private var showRefuseAlert: Bool = false
@State private var showRefuseAlert = false
@State private var showHideMenuBarIconAlert = false
}

Expand Down

0 comments on commit 7c64409

Please sign in to comment.