mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
electron challenge window
This commit is contained in:
parent
860ccdb531
commit
b9a9bae946
4 changed files with 40 additions and 35 deletions
|
@ -206,6 +206,10 @@ class Api {
|
|||
};
|
||||
};
|
||||
|
||||
showChallenge (win, param) {
|
||||
WindowManager.createChallenge(param);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
module.exports = new Api();
|
Loading…
Add table
Add a link
Reference in a new issue