Clean up inviteLink handling, harden compose input
This commit is contained in:
parent
986d8a66bc
commit
fc12d02a8d
12 changed files with 59 additions and 3 deletions
|
@ -138,6 +138,9 @@ try {
|
|||
window.log.info('show window');
|
||||
ipc.send('show-window');
|
||||
};
|
||||
window.setSecureInput = enabled => {
|
||||
ipc.send('set-secure-input', enabled);
|
||||
};
|
||||
|
||||
window.titleBarDoubleClick = () => {
|
||||
ipc.send('title-bar-double-click');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue