mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 21:51:20 +00:00
update table name
This commit is contained in:
parent
f98b0e55e9
commit
6c2dc8c4ac
@ -16,7 +16,7 @@ Tab::Tab(
|
||||
// Init database
|
||||
db.exec(
|
||||
R"SQL(
|
||||
CREATE TABLE IF NOT EXISTS `app_browser_tab`
|
||||
CREATE TABLE IF NOT EXISTS `app_browser_main_tab`
|
||||
(
|
||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
`time` INTEGER NOT NULL,
|
||||
@ -46,6 +46,8 @@ Tab::Tab(
|
||||
action__refresh->activate();
|
||||
}
|
||||
);
|
||||
|
||||
// @TODO restore session from DB
|
||||
}
|
||||
|
||||
// Actions
|
||||
|
Loading…
x
Reference in New Issue
Block a user