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

Commit

Permalink
Merge branch '2.2' of https://github.com/maxnut/GDMegaOverlay into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Jan 13, 2024
2 parents 4881641 + 30ccc39 commit 39f31d7
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 39f31d7

Please sign in to comment.