mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
set buttons action
This commit is contained in:
parent
edb4e6fa0a
commit
1d2be90f8f
5 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ impl Reload {
|
|||
pub fn new() -> Reload {
|
||||
Self {
|
||||
widget: Button::builder()
|
||||
.action_name("win.tab_page_reload")
|
||||
.icon_name("view-refresh-symbolic")
|
||||
.tooltip_text("Reload")
|
||||
.sensitive(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue