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:
@@ -9,6 +9,7 @@ class ClapperUriDialog extends Gtk.Dialog
|
||||
transient_for: window,
|
||||
title: 'Open URI',
|
||||
default_width: 460,
|
||||
modal: true,
|
||||
});
|
||||
|
||||
let box = new Gtk.Box({
|
||||
|
Reference in New Issue
Block a user