diff --git a/extensions/window-list/prefs.js b/extensions/window-list/prefs.js index 0633d590..a97de997 100644 --- a/extensions/window-list/prefs.js +++ b/extensions/window-list/prefs.js @@ -18,7 +18,10 @@ class WindowListPrefsWidget extends Adw.PreferencesPage { } constructor(settings) { - super(); + super({ + title: _('Window List'), + icon_name: 'focus-windows-symbolic', + }); this._actionGroup = new Gio.SimpleActionGroup(); this.insert_action_group('window-list', this._actionGroup);