Skip to content

Commit

Permalink
oops setBroadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Jan 29, 2025
1 parent 13b813a commit cfb8db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ export function startBroadcasting() {
return;
}

broadcastSocket.setBroadcast(true);
const selfName = getComputerName();
const broadcast = () => {
if (broadcastSocket) {
Expand Down

0 comments on commit cfb8db0

Please sign in to comment.