set height before building modes

This commit is contained in:
philippe44
2020-03-22 20:23:51 -07:00
parent be59d8461b
commit 3eb2c76d6b
5 changed files with 10 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ my @extra = (
);
@modes = (@modes, @extra) if $cprefs->get('height') > 32;
return \@modes;
}