We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c73e5 commit 79e90edCopy full SHA for 79e90ed
src/overlay_layer.cpp
@@ -210,7 +210,7 @@ void OverlayLayer::_update_default_fps() {
210
}
211
212
void OverlayLayer::FLAlert_Clicked(gd::FLAlertLayer* alert, bool btn2) {
213
- if (alert->getTag() == 1) {
+ if (alert->getTag() == 44) {
214
if (!btn2) {
215
CCApplication::sharedApplication()->openURL("https://www.gyan.dev/ffmpeg/builds/");
216
@@ -339,7 +339,7 @@ void OverlayLayer::on_recorder(CCObject*) {
339
"ffmpeg was not found, recorder will not work without it. "
340
"To install ffmpeg download it and place the ffmpeg.exe (found inside the bin folder in the zip) in the gd folder"
341
);
342
- popup->setTag(1);
+ popup->setTag(44);
343
popup->show();
344
} else
345
has_ffmpeg = true;
0 commit comments