Browse Source

close all tabs before session restore

CPP-GTK4
yggverse 2 months ago
parent
commit
800bf7126b
  1. 2
      src/app/browser/main/tab.cpp

2
src/app/browser/main/tab.cpp

@ -83,6 +83,8 @@ void Tab::session_restore() @@ -83,6 +83,8 @@ void Tab::session_restore()
if (PREPARE == SQLITE_OK)
{
close_all();
while (::sqlite3_step(statement) == SQLITE_ROW)
{
const int PAGE_NUMBER = append();

Loading…
Cancel
Save