Citadel changes to gnome-shell

This commit is contained in:
2021-12-03 14:04:05 -05:00
parent a1b537eebf
commit c93e5e6431
41 changed files with 3216 additions and 36 deletions

View File

@@ -342,6 +342,8 @@ class ControlsManager extends St.Widget {
workspaceManager.connect('notify::n-workspaces',
this._updateAdjustment.bind(this));
this._contextSwitchedId = workspaceManager.connect('context-switched', this._updateAdjustment.bind(this));
this._searchController = new SearchController.SearchController(
this._searchEntry,
this.dash.showAppsButton);
@@ -653,6 +655,7 @@ class ControlsManager extends St.Widget {
_onDestroy() {
global.workspace_manager.disconnect(this._nWorkspacesNotifyId);
global.workspace_manager.disconnect(this._contextSwitchedId);
}
_updateAdjustment() {