mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 14:07:01 +09:00
merge
This commit is contained in:
commit
e495dd0283
814 changed files with 1409 additions and 1133 deletions
|
@ -182,7 +182,7 @@ class Api {
|
|||
Util.log('info', '[Api].exit, relaunch: ' + relaunch);
|
||||
Util.send(win, 'shutdownStart');
|
||||
|
||||
Server.stop(signal).then(() => { this.shutdown(win, relaunch); });
|
||||
Server.stop(signal).then(() => this.shutdown(win, relaunch));
|
||||
};
|
||||
|
||||
setInterfaceLang (win, lang) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue