/*
*
* ExileClient_MostWanted_Dialog_ShowSetBountyTab.sqf
* © 2016 Mezo, Shix, and WolfkillArcadia
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/
private["_display","_hide"];
call ExileClient_MostWanted_Dialog_HideBountiesTab;
call ExileClient_MostWanted_Dialog_HideContractsTab;
call ExileClient_MostWanted_Dialog_HideContractsTab;
_display = uiNameSpace getVariable ["MostWantedDialog", displayNull];
ctrlEnable [2400,true];
{
_hide = (_display displayCtrl _x);
_hide ctrlShow true;
ctrlEnable [_x, true];
} forEach [1500,2101,1005,2400,1009];