Skip to content

Commit

Permalink
UI - Show mission filename as tooltip for missions on mission select
Browse files Browse the repository at this point in the history
Close #1694
  • Loading branch information
PabstMirror committed Sep 29, 2024
1 parent f2d9dd7 commit 75fbe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ui/fnc_initDisplayRemoteMissions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ _display setVariable [QFUNC(filter), {
_ctrlMissions lbSetColor [_index, _color];
_ctrlMissions lbSetPicture [_index, _picture];
_ctrlMissions lbSetPictureRight [_index, _pictureRight];
_ctrlMissions lbSetTooltip [_index, format ["%1", _data]];
};
} forEach _missions;

Expand Down

0 comments on commit 75fbe8f

Please sign in to comment.