Restore old default values for ACE(X) Volume settings (#8608)

This commit is contained in:
Filip Maciejewski 2021-10-24 19:25:57 +02:00 committed by GitHub
parent 05c16b3250
commit 0239d97cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
"LIST", "LIST",
[LSTRING(Reduction), LSTRING(ReductionDescription)], [LSTRING(Reduction), LSTRING(ReductionDescription)],
format ["ACE %1", LLSTRING(Name)], 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, false,
{[QGVAR(reduction), _this] call EFUNC(common,cbaSettings_settingChanged)}, {[QGVAR(reduction), _this] call EFUNC(common,cbaSettings_settingChanged)},
false false
@ -25,7 +25,7 @@
"LIST", "LIST",
[LSTRING(FadeDelay), LSTRING(FadeDelayDescription)], [LSTRING(FadeDelay), LSTRING(FadeDelayDescription)],
format ["ACE %1", LLSTRING(Name)], 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, false,
{[QGVAR(fadeDelay), _this] call EFUNC(common,cbaSettings_settingChanged)}, {[QGVAR(fadeDelay), _this] call EFUNC(common,cbaSettings_settingChanged)},
false false
@ -47,7 +47,7 @@
"CHECKBOX", "CHECKBOX",
[LSTRING(ShowNotification), LSTRING(ShowNotificationDescription)], [LSTRING(ShowNotification), LSTRING(ShowNotificationDescription)],
format ["ACE %1", LLSTRING(Name)], format ["ACE %1", LLSTRING(Name)],
false, true,
false, false,
{[QGVAR(showNotification), _this] call EFUNC(common,cbaSettings_settingChanged)}, {[QGVAR(showNotification), _this] call EFUNC(common,cbaSettings_settingChanged)},
false false