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

This commit is contained in:
Lucas Oskorep
2026-03-02 23:32:52 -05:00
parent 8cd047ec32
commit bddf052ed5
6 changed files with 141 additions and 9 deletions
+9
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
})
);
}