mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-3089: fixes
This commit is contained in:
parent
007f289e1b
commit
6e475c558e
6 changed files with 29 additions and 10 deletions
|
@ -33,6 +33,14 @@ class Api {
|
|||
win.route = '';
|
||||
};
|
||||
|
||||
logout (win) {
|
||||
WindowManager.sendToAll('logout');
|
||||
};
|
||||
|
||||
pinCheck (win) {
|
||||
WindowManager.sendToAll('pin-check');
|
||||
};
|
||||
|
||||
setConfig (win, config) {
|
||||
ConfigManager.set(config, (err) => Util.send(win, 'config', ConfigManager.config));
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue