mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fortify - Make Progress Bar settings Global (#8677)
This commit is contained in:
parent
3c59523361
commit
3492fadd90
@ -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;
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user