Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
remove !!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut committed Jan 13, 2024
1 parent 84cb2ba commit 30ccc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Macrobot/record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ void Record::renderWindow()
recorder.m_recording = false;
}

if (GUI::button("Stop Audio") && !Record::recorder.m_recording_audio && Common::getBGL())
if (GUI::button("Stop Audio") && Record::recorder.m_recording_audio && Common::getBGL())
{
recorder.m_recording_audio = false;
AudioRecord::stop();
Expand Down

0 comments on commit 30ccc39

Please sign in to comment.