Do not forget to destroy file chooser

This commit is contained in:
Rafostar
2021-05-02 22:20:51 +02:00
parent 6a4f5f2560
commit 98df55b231

View File

@@ -83,6 +83,7 @@ class ClapperFileChooser extends Gtk.FileChooserNative
} }
this.unref(); this.unref();
this.destroy();
} }
_handleOpenLocal() _handleOpenLocal()