Add UI to preferences window for managing optional plugins

This commit is contained in:
Michael Gratton 2020-03-02 12:25:08 +11:00 committed by Michael James Gratton
parent 0c526f6644
commit c290787284
4 changed files with 89 additions and 2 deletions

View file

@ -632,7 +632,8 @@ public class Application.Client : Gtk.Application {
yield this.present();
Components.PreferencesWindow prefs = new Components.PreferencesWindow(
get_active_main_window()
get_active_main_window(),
this.controller.plugins
);
prefs.show();
}