Finish adding debugging command and ability to swap the orientation of a container

This commit is contained in:
Lucas Oskorep
2025-10-17 01:25:47 -04:00
parent c977c61714
commit 5a6c3ccd72
6 changed files with 141 additions and 9 deletions

View File

@@ -164,6 +164,15 @@ export default class AerospikeExtensions extends ExtensionPreferences {
})
);
keybindingsGroup.add(
new EntryRow({
title: _('Toggle Orientation'),
settings: settings,
bind: 'toggle-orientation',
map: keybindingMap
})
);
}