from @oth_mars - fix borderless value lookup

This commit is contained in:
AzaezelX 2022-08-31 17:12:34 -05:00
parent 410dfc9332
commit ed200ce1ef

View file

@ -434,7 +434,7 @@ function populateDisplaySettingsList()
if(%mode !$= "Borderless")
{
%resolutionList = getScreenResolutionList($pref::Video::deviceId, $pref::Video::deviceMode);
%resolutionList = getScreenResolutionList($pref::Video::deviceId, $Video::Mode[%mode]);
%resolution = OptionsMenu.getOptionVariableValue("$pref::Video::Resolution");
if(%resolution $= "")
%resolution = $pref::Video::mode;