Skip to content

Commit

Permalink
Merge pull request #1695 from CBATeam/showMissionName
Browse files Browse the repository at this point in the history
UI - Show mission filename as tooltip for missions on mission select
  • Loading branch information
PabstMirror authored Oct 8, 2024
2 parents b50164b + 75fbe8f commit a42a8b5
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 a42a8b5

Please sign in to comment.