Enable native file dialog by default on linux

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2017-10-06 22:22:35 +01:00
committed by wmayer
parent 28ee13a7b9
commit 7dc84d42ea

View File

@@ -49,7 +49,7 @@
using namespace Gui;
#if defined(FC_OS_LINUX)
#define USE_QT_FILEDIALOG
#undef USE_QT_FILEDIALOG
#endif