mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
18 lines
No EOL
246 B
C++
18 lines
No EOL
246 B
C++
#include "base.hpp"
|
|
|
|
using namespace app::browser::main::tab::page::navigation;
|
|
|
|
Base::Base()
|
|
{
|
|
set_action_name(
|
|
"tab.base"
|
|
);
|
|
|
|
set_icon_name(
|
|
"go-home-symbolic"
|
|
);
|
|
|
|
set_tooltip_text(
|
|
_("Base")
|
|
);
|
|
} |