Restore ZoteroPane.destroy() on close
Seems like a good thing to do, if only because it ensures we persist changes
This commit is contained in:
parent
b931ca37d2
commit
e92a54966c
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ const ZoteroStandalone = new function() {
|
|||
* Called before standalone window is closed
|
||||
*/
|
||||
this.onUnload = function() {
|
||||
ZoteroPane.destroy();
|
||||
goQuitApplication();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue