change bg color to white

This commit is contained in:
highxshell 2025-09-09 17:36:19 +05:00
parent 8ebd9ddef9
commit d07d15a6a0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import H264Decoder from "./decoders/h264.js";
// How many seconds to wait for a disconnect to finish
const DISCONNECT_TIMEOUT = 3;
const DEFAULT_BACKGROUND = 'rgb(40, 40, 40)';
const DEFAULT_BACKGROUND = 'rgb(255, 255, 255)';
// Minimum wait (ms) between two mouse moves
const MOUSE_MOVE_DELAY = 17;