UI polishes

add compact mode for all orientations
This commit is contained in:
trunksbomb
2026-03-23 01:55:51 -04:00
parent 56fcb49f4d
commit 966e199a23
9 changed files with 311 additions and 58 deletions

View File

@@ -16,6 +16,8 @@
"bagtabs.dock.x_offset": "X Offset",
"bagtabs.dock.y_offset": "Y Offset",
"bagtabs.dock.max_tabs": "Max Tabs",
"bagtabs.dock.compact.on": "Layout: Compact",
"bagtabs.dock.compact.off": "Layout: Normal",
"bagtabs.dock.open": "Open dock settings",
"bagtabs.dock.lock": "Lock tab interactions",
"bagtabs.dock.unlock": "Unlock tab interactions",
@@ -31,5 +33,7 @@
"bagtabs.dock.side.screen_left": "Dock: Screen Left",
"bagtabs.dock.side.screen_right": "Dock: Screen Right",
"bagtabs.dock.side.floating_horizontal": "Dock: Floating Horizontal",
"bagtabs.dock.side.floating_vertical": "Dock: Floating Vertical"
"bagtabs.dock.side.floating_vertical": "Dock: Floating Vertical",
"key.categories.bagtabs": "Bag Tabs",
"key.bagtabs.open_last_bag": "Open Last Bag"
}