mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
18 lines
No EOL
239 B
C++
18 lines
No EOL
239 B
C++
#include "base.hpp"
|
|
|
|
using namespace app::browser::main::tab::page::navigation;
|
|
|
|
Base::Base()
|
|
{
|
|
set_icon_name(
|
|
"go-home-symbolic"
|
|
);
|
|
|
|
set_tooltip_text(
|
|
_("Base")
|
|
);
|
|
|
|
set_sensitive(
|
|
false
|
|
);
|
|
} |