mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-15 23:08:46 +00:00
Fix Missing Edit Icon
This commit is contained in:
parent
b594f75778
commit
fc10104724
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
Add a link
Reference in a new issue