mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-01-21 20:52:11 +01:00
remember window state while switching account
This commit is contained in:
parent
7746e26338
commit
04aab35ba2
@ -82,6 +82,7 @@ export default class Window {
|
|||||||
|
|
||||||
close() {
|
close() {
|
||||||
log.debug('Closing window:', this.account);
|
log.debug('Closing window:', this.account);
|
||||||
|
this.state.saveState();
|
||||||
this.state.unmanage();
|
this.state.unmanage();
|
||||||
this.browser.webContents.removeAllListeners();
|
this.browser.webContents.removeAllListeners();
|
||||||
this.browser.removeAllListeners();
|
this.browser.removeAllListeners();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user