Skip to content

extensionPrefs: Inherit from Gtk.Application

Extension preferences Application class is just a container for a GtkApplication so instead of using composition we can inherit from the base GObject class.

Also replace signal connections with vfunc's.

!631 (merged)

Merge request reports