Add open URI dialog

This commit is contained in:
Rafostar
2020-11-03 20:56:21 +01:00
parent dbb25ce474
commit 23b39e5f3b
5 changed files with 84 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
const { Gio, GObject, Gtk } = imports.gi;
const { GObject, Gtk } = imports.gi;
var FileChooser = GObject.registerClass(
class ClapperFileChooser extends Gtk.FileChooserNative