Skip to content

Commit

Permalink
Update Easydict/NewApp/View/SettingView/Tabs/GeneralTab.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Jan 29, 2024
1 parent cfedfab commit 66a2106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Easydict/NewApp/View/SettingView/Tabs/GeneralTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct GeneralTab: View {
Toggle(isOn: $hideMenuBarIcon) {
Text("hide_menu_bar_icon")
}
#if !DEBUG
Picker(
"modify_menu_bar_icon",
selection: $selectedMenuBarIcon) {
Expand Down

0 comments on commit 66a2106

Please sign in to comment.