[gnome] Update extensions for v46
This commit is contained in:
@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user