window-list: Remove workspace-previews setting from prefs
We are about to include the workspace prefs page from the workspace-indicator extension, which already includes the setting. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/344>
This commit is contained in:
@@ -74,12 +74,6 @@ class WindowListPrefsWidget extends Adw.PreferencesPage {
|
||||
action_name: 'window-list.display-all-workspaces',
|
||||
});
|
||||
miscGroup.add(row);
|
||||
|
||||
row = new Adw.SwitchRow({
|
||||
title: _('Show workspace previews'),
|
||||
action_name: 'window-list.embed-previews',
|
||||
});
|
||||
miscGroup.add(row);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user