mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-26 03:45:24 -05:00
Set screenshot file extension to *.png
Files without any file extension are not properly loaded as an QImage and thus pattern matching might not work
This commit is contained in:
parent
e11d882e87
commit
db3affc43d
|
|
@ -566,7 +566,7 @@ void MacroConditionVideoEdit::ImageBrowseButtonClicked()
|
|||
ScreenshotHelper screenshot(source);
|
||||
obs_source_release(source);
|
||||
|
||||
path = QFileDialog::getSaveFileName(this);
|
||||
path = QFileDialog::getSaveFileName(this, "", "", "*.png");
|
||||
if (path.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user