plugins: fix "int flag" style options

This commit is contained in:
Matt Sturgeon 2024-09-08 13:52:18 +01:00
parent 555035ef79
commit ec61ca9b08
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
27 changed files with 168 additions and 168 deletions

View file

@ -13,10 +13,10 @@
settings = {
save_on_switch = 2;
disable_when_zoomed = true;
preserve_zoom = true;
no_wrap = true;
no_mappings = true;
disable_when_zoomed = 1;
preserve_zoom = 1;
no_wrap = 1;
no_mappings = 1;
};
};
};
@ -48,7 +48,7 @@
}
];
settings.no_mappings = true;
settings.no_mappings = 1;
};
};
}