mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove deprecated sort order from session selection
This commit is contained in:
parent
757958c209
commit
d000202be7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue