Update icons
This commit is contained in:
parent
9c9d1f2f4c
commit
3b2b01e259
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ fn main() {
|
|||
|
||||
let menu_button = cascade! {
|
||||
gtk4::MenuButton::new();
|
||||
..set_icon_name("user-invisible-symbolic"); // TODO
|
||||
..set_popover(Some(&popover));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue