plugin update

This commit is contained in:
philippe44
2020-03-03 22:53:14 -08:00
parent 2b924fa425
commit 93c24cbf5f
5 changed files with 118 additions and 79 deletions

View File

@@ -25,6 +25,7 @@ sub playerSettingsFrame {
if ($id == 0xfe) {
$value = (unpack('Cn', $$data_ref))[1];
if ($value > 100 && $value < 400) {
$client->display->modes($client->display->build_modes($value));
$client->display->widthOverride(1, $value);
$client->update;
}