Enable native file dialog by default on linux

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2017-10-08 19:17:04 +02:00
committed by wmayer
parent b52eeff727
commit c39a1941e9
+1 -1
View File
@@ -49,7 +49,7 @@
using namespace Gui;
#if defined(FC_OS_LINUX)
#define USE_QT_FILEDIALOG
#undef USE_QT_FILEDIALOG
#endif