mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
remove deprecated sort order from session selection
This commit is contained in:
parent
757958c209
commit
d000202be7
@ -265,7 +265,7 @@ int Browser::restore()
|
||||
const int PREPARE_STATUS = sqlite3_prepare_v3(
|
||||
db,
|
||||
R"SQL(
|
||||
SELECT * FROM `app_browser__session` ORDER BY `page_number` ASC
|
||||
SELECT * FROM `app_browser__session`
|
||||
)SQL",
|
||||
-1,
|
||||
SQLITE_PREPARE_NORMALIZE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user