migrate box group apps options dialog

This commit is contained in:
Philipp Unger
2022-04-06 21:15:17 +02:00
parent 10a6e2738e
commit 3732c9ed2a
2 changed files with 412 additions and 0 deletions

View File

@@ -174,7 +174,9 @@ const Preferences = class {
this._builder.add_from_file(Me.path + '/ui/BoxIntellihideOptions.ui');
this._builder.add_from_file(Me.path + '/ui/ShowApplicationsOptions.ui');
this._builder.add_from_file(Me.path + '/ui/BoxWindowPreviewOptions.ui');
this._builder.add_from_file(Me.path + '/ui/BoxGroupAppsOptions.ui');
// pages
this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui');
let pagePosition = this._builder.get_object('position');
window.add(pagePosition);