mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
gtk: Enable create folder in dialog.
This commit is contained in:
@@ -32,6 +32,8 @@ class FileChooserDialog {
|
||||
if (action == GTK_FILE_CHOOSER_ACTION_SAVE)
|
||||
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog_),
|
||||
TRUE);
|
||||
if (action != GTK_FILE_CHOOSER_ACTION_OPEN)
|
||||
gtk_file_chooser_set_create_folders(GTK_FILE_CHOOSER(dialog_), TRUE);
|
||||
|
||||
// Set window-to-parent modality by adding the dialog to the same window
|
||||
// group as the parent.
|
||||
|
||||
Reference in New Issue
Block a user