Update rfb.js

This commit is contained in:
Kaleb Efflandt 2024-02-14 17:22:10 -06:00 committed by GitHub
parent f579fb93fc
commit 4e63dc6e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import JPEGDecoder from "./decoders/jpeg.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 = '#1D1D2E';
// Minimum wait (ms) between two mouse moves
const MOUSE_MOVE_DELAY = 17;