mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Make file chooser and open URI dialogs modal
This commit is contained in:
@@ -7,6 +7,7 @@ class ClapperFileChooser extends Gtk.FileChooserNative
|
||||
{
|
||||
super._init({
|
||||
transient_for: window,
|
||||
modal: true,
|
||||
});
|
||||
|
||||
let filter = new Gtk.FileFilter({
|
||||
|
Reference in New Issue
Block a user