mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-04 15:18:58 +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 {
|
gtk::Button {
|
||||||
set_icon_name: "edit-symbolic",
|
set_icon_name: "document-edit-symbolic",
|
||||||
set_tooltip_text: Some("Edit Profile"),
|
set_tooltip_text: Some("Edit Profile"),
|
||||||
connect_clicked[sender] => move |_| {
|
connect_clicked[sender] => move |_| {
|
||||||
sender.input(Self::Input::EditProfile);
|
sender.input(Self::Input::EditProfile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue