mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Partially revert "Clean up inviteLink handling, harden compose input"
This commit is contained in:
@@ -142,9 +142,6 @@ 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');
|
||||
|
||||
Reference in New Issue
Block a user