Merge pull request #2030 from manaflow-ai/task-titlebar-folder-icon-left

Shift titlebar folder icon 7px left
This commit is contained in:
Lawrence Chen 2026-03-23 23:46:59 -07:00 committed by GitHub
commit 441118b1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2465,6 +2465,7 @@ struct ContentView: View {
// Draggable folder icon + focused command name
if let directory = focusedDirectory {
DraggableFolderIcon(directory: directory)
.padding(.leading, -6)
}
Text(titlebarText)