Skip to content

Commit

Permalink
Change toolbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
koho committed Jan 5, 2022
1 parent 84af806 commit 47a5a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/detailview.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (t *ConfSectionView) View() Widget {
Action{
AssignTo: &t.newAction,
Text: "添加",
Image: loadSysIcon("shell32", 279, 16),
Image: loadSysIcon("shell32", 205, 16),
OnTriggered: func() {
t.onEditSection(false)
},
Expand Down

0 comments on commit 47a5a38

Please sign in to comment.