Merge branch 'fix-edit-icon' into 'main'

Fix Missing Edit Icon

See merge request gabmus/envision!51
This commit is contained in:
GabMus 2024-07-03 08:31:21 +00:00
commit a434970be7

View file

@ -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);