We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5514c56 commit 1a18235Copy full SHA for 1a18235
src/ViewModels/Launcher.cs
@@ -158,6 +158,7 @@ public void CloseTab(object param)
158
ActivePage = Pages[removeIdx == Pages.Count - 1 ? removeIdx - 1 : removeIdx + 1];
159
CloseRepositoryInTab(page);
160
Pages.RemoveAt(removeIdx);
161
+ UpdateTabSplitterVisible();
162
}
163
else if (removeIdx + 1 == activeIdx)
164
{
0 commit comments