mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add UTC minutes offset setting
This commit is contained in:
parent
3d3d9732e6
commit
f98c5a5e04
@ -52,6 +52,17 @@ private _categoryName = format ["ACE %1", localize ELSTRING(map,Module_DisplayNa
|
|||||||
true
|
true
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
|
[
|
||||||
|
QGVAR(TimestampUTCMinutesOffset), "LIST",
|
||||||
|
[LSTRING(TimestampUTCMinutesOffset), LSTRING(TimestampUTCMinutesOffsetDescription)],
|
||||||
|
[_categoryName, LLSTRING(Module_DisplayName)],
|
||||||
|
[
|
||||||
|
[0, 15, 30, 45],
|
||||||
|
[+00, +15, +30, +45],
|
||||||
|
0
|
||||||
|
]
|
||||||
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
[
|
[
|
||||||
QGVAR(timestampHourFormat), "LIST",
|
QGVAR(timestampHourFormat), "LIST",
|
||||||
[LSTRING(TimestampHourFormat), LSTRING(TimestampHourFormatDescription)],
|
[LSTRING(TimestampHourFormat), LSTRING(TimestampHourFormatDescription)],
|
||||||
|
Loading…
Reference in New Issue
Block a user