mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add page subtitle support
This commit is contained in:
parent
c22b3a6b30
commit
9be94979b9
2 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ namespace app::browser::main::tab
|
|||
char buffer[0xfffff]; // 1Mb
|
||||
|
||||
Glib::ustring title;
|
||||
Glib::ustring subtitle;
|
||||
|
||||
Glib::RefPtr<Gio::SocketClient> GioSocketClient_RefPtr;
|
||||
Glib::RefPtr<Gio::SocketConnection> GioSocketConnection_RefPtr;
|
||||
|
|
@ -40,6 +41,7 @@ namespace app::browser::main::tab
|
|||
|
||||
Page(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE = "",
|
||||
const Glib::ustring & REQUEST = ""
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue