Fortify - Make Progress Bar settings Global (#8677)

This commit is contained in:
mjc4wilton 2021-11-11 15:12:04 -05:00 committed by GitHub
parent 3c59523361
commit 3492fadd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@
"SLIDER", "SLIDER",
[LLSTRING(settingHint_timeCostCoefficient), LLSTRING(settingHintDesc_timeCostCoefficient)], [LLSTRING(settingHint_timeCostCoefficient), LLSTRING(settingHintDesc_timeCostCoefficient)],
LLSTRING(settingsCategory), LLSTRING(settingsCategory),
[0, 10, 1, 2] // Min, Max, Default, Trailing Decimals, is Percentage [0, 10, 1, 2], // Min, Max, Default, Trailing Decimals, is Percentage
true //isGlobal
] call CBA_fnc_addSetting; ] call CBA_fnc_addSetting;
[ [
@ -23,7 +24,8 @@
"SLIDER", "SLIDER",
[LLSTRING(settingHint_timeMin), LLSTRING(settingHintDesc_timeMin)], [LLSTRING(settingHint_timeMin), LLSTRING(settingHintDesc_timeMin)],
LLSTRING(settingsCategory), LLSTRING(settingsCategory),
[0, 25, 1.5, 2] // Min, Max, Default, Trailing Decimals, is Percentage [0, 25, 1.5, 2], // Min, Max, Default, Trailing Decimals, is Percentage
true //isGlobal
] call CBA_fnc_addSetting; ] call CBA_fnc_addSetting;
[ [