mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Restore old default values for ACE(X) Volume settings (#8608)
This commit is contained in:
parent
05c16b3250
commit
0239d97cea
@ -14,7 +14,7 @@
|
||||
"LIST",
|
||||
[LSTRING(Reduction), LSTRING(ReductionDescription)],
|
||||
format ["ACE %1", LLSTRING(Name)],
|
||||
[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], ["0%", "10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"], 0],
|
||||
[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], ["0%", "10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"], 5],
|
||||
false,
|
||||
{[QGVAR(reduction), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||
false
|
||||
@ -25,7 +25,7 @@
|
||||
"LIST",
|
||||
[LSTRING(FadeDelay), LSTRING(FadeDelayDescription)],
|
||||
format ["ACE %1", LLSTRING(Name)],
|
||||
[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], ["0s", "1s", "2s", "3s", "4s", "5s", "6s", "7s", "8s", "9s", "10s"], 0],
|
||||
[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], ["0s", "1s", "2s", "3s", "4s", "5s", "6s", "7s", "8s", "9s", "10s"], 1],
|
||||
false,
|
||||
{[QGVAR(fadeDelay), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||
false
|
||||
@ -47,7 +47,7 @@
|
||||
"CHECKBOX",
|
||||
[LSTRING(ShowNotification), LSTRING(ShowNotificationDescription)],
|
||||
format ["ACE %1", LLSTRING(Name)],
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
{[QGVAR(showNotification), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||
false
|
||||
|
Loading…
Reference in New Issue
Block a user