mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
18 lines
No EOL
258 B
C++
18 lines
No EOL
258 B
C++
#include "update.hpp"
|
|
|
|
using namespace app::browser::main::tab::page::navbar;
|
|
|
|
Update::Update()
|
|
{
|
|
set_action_name(
|
|
"page.update"
|
|
);
|
|
|
|
set_icon_name(
|
|
"view-refresh-symbolic"
|
|
);
|
|
|
|
set_tooltip_text(
|
|
_("Update")
|
|
);
|
|
} |