mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement pin tab menu item
This commit is contained in:
parent
0c638026e3
commit
30a1872fa5
11 changed files with 55 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Header::Header(
|
|||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__SESSION_RESTORE,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__SESSION_SAVE,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_APPEND,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PIN,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_CLOSE,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_CLOSE_ALL,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PAGE_NAVIGATION_HISTORY_BACK,
|
||||
|
|
@ -31,6 +32,7 @@ Header::Header(
|
|||
ACTION__SESSION_RESTORE,
|
||||
ACTION__SESSION_SAVE,
|
||||
ACTION__TAB_APPEND,
|
||||
ACTION__TAB_PIN,
|
||||
ACTION__TAB_CLOSE,
|
||||
ACTION__TAB_CLOSE_ALL,
|
||||
ACTION__TAB_PAGE_NAVIGATION_HISTORY_BACK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue