fix bug on macos with save dialog (#2379)
* fix bug on macos with save dialog * refactored Saver to not be a class since there are no member variables * removed useless comment
This commit is contained in:
@@ -119,7 +119,7 @@ void CaptureLauncher::captureTaken(QPixmap screenshot)
|
||||
ui->captureType->currentData().toInt());
|
||||
|
||||
if (mode == CaptureRequest::FULLSCREEN_MODE) {
|
||||
ScreenshotSaver().saveToFilesystemGUI(screenshot);
|
||||
saveToFilesystemGUI(screenshot);
|
||||
}
|
||||
ui->launchButton->setEnabled(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user