Partially revert "Clean up inviteLink handling, harden compose input"
This commit is contained in:
parent
9f9dd4cd98
commit
e859fcd4b4
11 changed files with 0 additions and 48 deletions
6
main.js
6
main.js
|
@ -605,12 +605,6 @@ ipc.on('show-window', () => {
|
|||
showWindow();
|
||||
});
|
||||
|
||||
ipc.on('set-secure-input', (_sender, enabled) => {
|
||||
if (app.setSecureKeyboardEntryEnabled) {
|
||||
app.setSecureKeyboardEntryEnabled(enabled);
|
||||
}
|
||||
});
|
||||
|
||||
ipc.on('title-bar-double-click', () => {
|
||||
if (!mainWindow) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue