Issue #999 - Disable native file picker by default.

This commit is contained in:
Ascrod 2019-08-15 06:03:42 -04:00 committed by Roy Tam
commit 53bfc43dbe
3 changed files with 13 additions and 4 deletions

View file

@ -86,6 +86,7 @@ private:
#if (MOZ_WIDGET_GTK == 3)
GtkFileChooserWidget *mFileChooserDelegate;
#endif
bool mUseNativeFileChooser;
};
#endif