mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement pin widget
This commit is contained in:
parent
8794708af9
commit
6f77138796
2 changed files with 29 additions and 0 deletions
10
src/app/browser/main/tab/label/pin.cpp
Normal file
10
src/app/browser/main/tab/label/pin.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "pin.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::label;
|
||||
|
||||
Pin::Pin()
|
||||
{
|
||||
set_from_icon_name(
|
||||
"view-pin-symbolic"
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue