mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set request text on tab session restore
This commit is contained in:
parent
3515cc9d33
commit
487cddb3d1
1 changed files with 9 additions and 5 deletions
|
|
@ -70,12 +70,16 @@ Tab::Tab(
|
||||||
{
|
{
|
||||||
const int PAGE_NUMBER = append();
|
const int PAGE_NUMBER = append();
|
||||||
|
|
||||||
/* @TODO set request
|
get_tabPage(
|
||||||
::sqlite3_column_text(
|
PAGE_NUMBER
|
||||||
statement,
|
)->set_navbar_request_text(
|
||||||
DB::APP_BROWSER_MAIN_TAB::REQUEST
|
reinterpret_cast<const char*>(
|
||||||
|
::sqlite3_column_text(
|
||||||
|
statement,
|
||||||
|
DB::APP_BROWSER_MAIN_TAB::REQUEST
|
||||||
|
)
|
||||||
|
)
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
|
|
||||||
set_current_page(
|
set_current_page(
|
||||||
PAGE_NUMBER
|
PAGE_NUMBER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue