mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
10 lines
No EOL
142 B
C++
10 lines
No EOL
142 B
C++
#include "pin.hpp"
|
|
|
|
using namespace app::browser::main::tab::label;
|
|
|
|
Pin::Pin()
|
|
{
|
|
set_from_icon_name(
|
|
"view-pin-symbolic"
|
|
);
|
|
} |