Update default resize to scale (#7)
This commit is contained in:
parent
70a8200042
commit
ee9f23b3d5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue