mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init update navigation button
This commit is contained in:
parent
bc73c831c1
commit
fb54cc4431
7 changed files with 76 additions and 9 deletions
20
src/app/browser/main/tab/data/navbar/update.cpp
Normal file
20
src/app/browser/main/tab/data/navbar/update.cpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#include "update.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::data::navbar;
|
||||
|
||||
Update::Update()
|
||||
{
|
||||
set_action_name(
|
||||
"tab.update"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
"view-refresh-symbolic"
|
||||
);
|
||||
|
||||
set_tooltip_text(
|
||||
_("Update")
|
||||
);
|
||||
}
|
||||
|
||||
Update::~Update() = default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue