mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Refactor screen share picker internals
This commit is contained in:
@@ -360,8 +360,8 @@ ipc.on('show-window', () => {
|
||||
window.IPC.showWindow();
|
||||
});
|
||||
|
||||
ipc.on('set-is-presenting', () => {
|
||||
window.reduxActions?.calling?.setPresenting();
|
||||
ipc.on('cancel-presenting', () => {
|
||||
window.reduxActions?.calling?.cancelPresenting();
|
||||
});
|
||||
|
||||
ipc.on(
|
||||
|
||||
Reference in New Issue
Block a user