This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/core/flameshot.cpp b/src/core/flameshot.cpp | |
index c7eadcad..3be96268 100644 | |
--- a/src/core/flameshot.cpp | |
+++ b/src/core/flameshot.cpp | |
@@ -125,7 +125,7 @@ CaptureWidget* Flameshot::gui(const CaptureRequest& req) | |
m_captureWindow->activateWindow(); | |
m_captureWindow->raise(); | |
#else | |
- m_captureWindow->showFullScreen(); | |
+ m_captureWindow->show(); |