Skip to content

Commit

Permalink
BF-888S - Show current channel on channel knob (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick authored Sep 22, 2023
1 parent e3f7ebd commit 0be9a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sys_bf888s/functions/fnc_render.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ _currentViewFrame = 0;

RADIO_CTRL(106) ctrlSetText format ["\idi\acre\addons\sys_bf888s\Data\knobs\channel\bf888s_ui_pre_%1.paa", _currentChannel + 1];
RADIO_CTRL(107) ctrlSetText format ["\idi\acre\addons\sys_bf888s\Data\knobs\volume\bf888s_ui_vol_%1.paa", _currentVolumeKnobState];
RADIO_CTRL(201) ctrlSetTooltip format ["Current Channel: %1", _currentChannel + 1];
RADIO_CTRL(202) ctrlSetTooltip format ["Current Volume: %1%2", round (_currentVolume * 100), "%"];
RADIO_CTRL(99999) ctrlSetText QPATHTOF(Data\static\bf888s_ui_backplate.paa);

Expand Down

0 comments on commit 0be9a90

Please sign in to comment.