From 2efe010a4453804da18c1e3de02e8f82d7198a7a Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Mon, 1 Jun 2026 22:43:53 +0700 Subject: [PATCH] fix(toolbar): anchor the connection and refresh actions at the leading edge (#1479) --- TablePro/Core/Services/Infrastructure/MainWindowToolbar.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/TablePro/Core/Services/Infrastructure/MainWindowToolbar.swift b/TablePro/Core/Services/Infrastructure/MainWindowToolbar.swift index 63618d593..d1af47061 100644 --- a/TablePro/Core/Services/Infrastructure/MainWindowToolbar.swift +++ b/TablePro/Core/Services/Infrastructure/MainWindowToolbar.swift @@ -78,6 +78,7 @@ internal final class MainWindowToolbar: NSObject, NSToolbarDelegate { .sidebarTrackingSeparator, Self.connectionGroup, Self.refreshSaveGroup, + .flexibleSpace, Self.principal, .flexibleSpace, Self.quickSwitcher,