mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing display error.
This commit is contained in:
parent
da87425df3
commit
c1c3325368
@ -64,7 +64,10 @@ if (_newDisplayShowMode in [DISPLAY_MODE_CLOSED, DISPLAY_MODE_HIDDEN]) then {
|
||||
};
|
||||
|
||||
GVAR(currentShowMode) = _newDisplayShowMode;
|
||||
[] call FUNC(showApplicationPage);
|
||||
//Update display applicaiton if open:
|
||||
if (GVAR(currentShowMode) in [DISPLAY_MODE_DIALOG, DISPLAY_MODE_DISPLAY]) then {
|
||||
[] call FUNC(showApplicationPage);
|
||||
};
|
||||
|
||||
if ((_oldShowMode == DISPLAY_MODE_CLOSED) && {GVAR(currentShowMode) != DISPLAY_MODE_CLOSED}) then {
|
||||
//Start a pfeh to update display and handle hiding display
|
||||
|
@ -1,7 +1,8 @@
|
||||
ace_microdagr
|
||||
===============
|
||||
|
||||
Adds a microDAGR infentry GPS device. Press home to open. Then home again to toggle an interactive version.
|
||||
Adds a microDAGR infentry GPS device.
|
||||
Press home to open. Then home again to toggle an interactive version. Press CTRL+Home to close.
|
||||
Info/Compass/Minimap modes are selectable by the bottom buttons. Tap the top bar to open the menu and access Mark/Waypoints/Connect To/Settings modes.
|
||||
Tap the minimap button again to toggle map modes (if available).
|
||||
Enter waypoints from the menu or double tapping on the minimap.
|
||||
|
Loading…
Reference in New Issue
Block a user