window-list: Add missing action
Commit24ba03fe9added a new setting, but forgot to create the corresponding action. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/341> (cherry picked from commit062a3d21ab)
This commit is contained in:
@@ -30,6 +30,8 @@ class WindowListPrefsWidget extends Adw.PreferencesPage {
|
||||
this._settings.create_action('show-on-all-monitors'));
|
||||
this._actionGroup.add_action(
|
||||
this._settings.create_action('display-all-workspaces'));
|
||||
this._actionGroup.add_action(
|
||||
this._settings.create_action('embed-previews'));
|
||||
|
||||
const groupingGroup = new Adw.PreferencesGroup({
|
||||
title: _('Window Grouping'),
|
||||
|
||||
Reference in New Issue
Block a user