everyone is voting 4

This commit is contained in:
tildearrow 2024-10-10 02:56:20 -05:00
parent c6dfd4f10b
commit 6e47a119fa
2 changed files with 4 additions and 4 deletions

View file

@ -2260,8 +2260,8 @@ class FurnaceGUI {
vibrationStrength(0.5f),
vibrationLength(20),
s3mOPL3(1),
chipManagerTooltip(1), // poll?
sysTooltipChanInfoStyle(3), // poll?
chipManagerTooltip(1),
sysTooltipChanInfoStyle(3),
mainFontPath(""),
headFontPath(""),
patFontPath(""),

View file

@ -5092,8 +5092,8 @@ void FurnaceGUI::readConfig(DivConfig& conf, FurnaceGUISettingGroups groups) {
settings.macroLayout=conf.getInt("macroLayout",0);
settings.controlLayout=conf.getInt("controlLayout",3);
settings.classicChipOptions=conf.getInt("classicChipOptions",0);
settings.chipManagerTooltip=conf.getInt("chipManagerTooltip",0);
settings.sysTooltipChanInfoStyle=conf.getInt("sysTooltipChanInfoStyle",0);
settings.chipManagerTooltip=conf.getInt("chipManagerTooltip",1);
settings.sysTooltipChanInfoStyle=conf.getInt("sysTooltipChanInfoStyle",3);
}
if (groups&GUI_SETTINGS_COLOR) {