Add UI to preferences window for managing optional plugins
This commit is contained in:
parent
0c526f6644
commit
c290787284
4 changed files with 89 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue