Fix default status value in graphical save

This commit is contained in:
lupoDharkael
2017-07-25 11:45:28 +02:00
parent 25fb92388a
commit 443e3bd674
2 changed files with 2 additions and 1 deletions

View File

@@ -388,7 +388,7 @@ void CaptureWidget::keyPressEvent(QKeyEvent *e) {
QString CaptureWidget::saveScreenshot(bool toClipboard) {
QString savePath, saveMessage;
bool ok = true;
bool ok = false;
if(m_forcedSavePath.isEmpty()) {
if(isVisible()) {
hide();