1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 14:07:01 +09:00

lang switch

This commit is contained in:
Andrew Simachev 2023-07-25 16:25:54 +02:00
parent d6844e277d
commit 995dba6fdf
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
6 changed files with 57 additions and 19 deletions

View file

@ -155,6 +155,10 @@ class Api {
Server.stop(signal).then(() => { this.shutdown(win, relaunch); });
};
reloadAllWindows () {
BrowserWindow.getAllWindows().forEach(win => win.webContents.reload());
};
};
module.exports = new Api();