resize to remote by default (#1)

This commit is contained in:
Artem Popov 2025-10-16 15:04:47 +05:00 committed by GitHub
parent 6885a42884
commit cfc37898c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ const UI = {
UI.initSetting('password', 'BE2CQyHR');
UI.initSetting('autoconnect', true);
UI.initSetting('view_clip', false);
UI.initSetting('resize', 'scale');
UI.initSetting('resize', 'remote');
UI.initSetting('quality', 6);
UI.initSetting('compression', 2);
UI.initSetting('shared', true);