[gnome] Update extensions for v46

This commit is contained in:
2024-04-03 12:59:14 -04:00
parent 3fb1ec63ae
commit 7421cdba8f
251 changed files with 15759 additions and 3153 deletions

View File

@ -101,6 +101,7 @@ export class SettingsPage extends PreferencesPage {
type: "s",
bind: "dnd-center-layout",
items: [
{ id: "swap", name: _("Swap") },
{ id: "tabbed", name: _("Tabbed") },
{ id: "stacked", name: _("Stacked") },
],
@ -129,6 +130,19 @@ export class SettingsPage extends PreferencesPage {
],
});
this.add_group({
title: _("Behavior"),
children: [
new SwitchRow({
title: _("Move Pointer with the Focus"),
subtitle: _("Move the pointer when focusing or swapping via keyboard"),
experimental: true,
settings,
bind: "move-pointer-focus-enabled",
}),
],
});
if (!production) {
this.add_group({
title: _("Logger"),