mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update action name, set button disabled by default
This commit is contained in:
parent
579ebfa037
commit
1fde59a6ce
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue