mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update action name, set button disabled by default
This commit is contained in:
parent
579ebfa037
commit
1fde59a6ce
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::data::navbar;
|
||||
Update::Update()
|
||||
{
|
||||
set_action_name(
|
||||
"win.tab_update"
|
||||
"tab.tab_update"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
@ -15,6 +15,10 @@ Update::Update()
|
||||
set_tooltip_text(
|
||||
_("Update")
|
||||
);
|
||||
|
||||
set_sensitive(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
Update::~Update() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user