MINGW-packages/mingw-w64-flameshot/0005-enable-command-line-options.patch
2024-08-15 12:57:23 +05:30

12 lines
213 B
Diff

--- a/src/main.cpp
+++ b/src/main.cpp
@@ -146,7 +146,7 @@
return qApp->exec();
}
-#if !defined(Q_OS_WIN)
+#if defined(Q_OS_WIN)
/*--------------|
* CLI parsing |
* ------------*/