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:
parent
d6844e277d
commit
995dba6fdf
6 changed files with 57 additions and 19 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue