Skip to content

Commit

Permalink
perf: change to use gearshape.2 SF image for Advanced tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 24, 2024
1 parent a2cc862 commit e0fd57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/SettingView/SettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct SettingView: View {
.tabItem { Label("disabled_app_list", systemImage: "nosign") }
.tag(SettingTab.disabled)
AdvancedTab()
.tabItem { Label("advanced", systemImage: "wrench.and.screwdriver") }
.tabItem { Label("advanced", systemImage: "gearshape.2") }
.tag(SettingTab.advanced)

PrivacyTab()
Expand Down

0 comments on commit e0fd57a

Please sign in to comment.