mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-06 14:00:52 -08:00
Fix relaunching doesn't run immediately (#38)
This commit is contained in:
parent
6e8e645bc3
commit
030ac31ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ const loadListeners = () => {
|
|||
}, (response) => {
|
||||
if (response === 0) {
|
||||
app.relaunch();
|
||||
app.quit();
|
||||
app.exit(0);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue