Skip to content

Commit

Permalink
fixed the initial receive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 10, 2024
1 parent 62a6d3c commit 192370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VortexEngine/src/Menus/MenuList/ModeSharing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ModeSharing::ModeSharing(const RGBColor &col, bool advanced) :
Menu(col, advanced),
m_sharingMode(ModeShareState::SHARE_RECEIVE_VL),
m_sharingMode(ModeShareState::SHARE_RECEIVE_IR),
m_timeOutStartTime(0),
m_lastSendTime(0),
m_shouldEndSend(false)
Expand Down

0 comments on commit 192370b

Please sign in to comment.