mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
save tab session to profile database on application quit
This commit is contained in:
parent
dfcc131ce2
commit
881e1b78d6
7 changed files with 92 additions and 15 deletions
|
|
@ -189,4 +189,15 @@ Browser::Browser(
|
|||
set_child(
|
||||
* browserMain
|
||||
);
|
||||
|
||||
// Connect signals
|
||||
signal_close_request().connect(
|
||||
[this]
|
||||
{
|
||||
browserMain->shutdown();
|
||||
|
||||
return false;
|
||||
},
|
||||
true
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue