Update default resize to scale (#7)

This commit is contained in:
Ajaykumar M 2025-05-22 17:43:34 +05:30 committed by GitHub
parent 70a8200042
commit ee9f23b3d5
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');
UI.initSetting('autoconnect', false);
UI.initSetting('view_clip', false);
UI.initSetting('resize', 'off');
UI.initSetting('resize', 'scale');
UI.initSetting('quality', 6);
UI.initSetting('compression', 2);
UI.initSetting('shared', true);