mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
Merge branch 'fix-edit-icon' into 'main'
Fix Missing Edit Icon See merge request gabmus/envision!51
This commit is contained in:
commit
a434970be7
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ impl SimpleComponent for MainView {
|
|||
},
|
||||
},
|
||||
gtk::Button {
|
||||
set_icon_name: "edit-symbolic",
|
||||
set_icon_name: "document-edit-symbolic",
|
||||
set_tooltip_text: Some("Edit Profile"),
|
||||
connect_clicked[sender] => move |_| {
|
||||
sender.input(Self::Input::EditProfile);
|
||||
|
|
Loading…
Add table
Reference in a new issue