We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cd21c commit 9e510f2Copy full SHA for 9e510f2
src/Window.vala
@@ -159,7 +159,6 @@ public class AppWindow : Gtk.Window {
159
var save_dialog = new Gtk.FileDialog () {
160
default_filter = text_files_filter,
161
filters = filter_model,
162
- modal = true,
163
title = _("Save as"),
164
initial_name = (is_unsaved_doc ? file_name + ".txt" : file_name)
165
};
0 commit comments