Use new style open/save file dialog by default

This commit is contained in:
Don HO 2019-03-05 19:42:29 +01:00
parent 103409464d
commit 8b0a85bd56

View File

@ -878,7 +878,7 @@ struct NppGUI final
size_t _snapshotBackupTiming = 7000;
generic_string _cloudPath; // this option will never be read/written from/to config.xml
unsigned char _availableClouds = '\0'; // this option will never be read/written from/to config.xml
bool _useNewStyleSaveDlg = false;
bool _useNewStyleSaveDlg = true;
enum SearchEngineChoice{ se_custom = 0, se_duckDuckGo = 1, se_google = 2, se_bing = 3, se_yahoo = 4, se_stackoverflow = 5 };
SearchEngineChoice _searchEngineChoice = se_google;