mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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()
|
Update::Update()
|
||||||
{
|
{
|
||||||
set_action_name(
|
set_action_name(
|
||||||
"win.tab_update"
|
"tab.tab_update"
|
||||||
);
|
);
|
||||||
|
|
||||||
set_icon_name(
|
set_icon_name(
|
||||||
|
|
@ -15,6 +15,10 @@ Update::Update()
|
||||||
set_tooltip_text(
|
set_tooltip_text(
|
||||||
_("Update")
|
_("Update")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_sensitive(
|
||||||
|
false
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Update::~Update() = default;
|
Update::~Update() = default;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue