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 6d54b43 commit 3cebff6Copy full SHA for 3cebff6
src/ViewModels/Launcher.cs
@@ -83,6 +83,9 @@ public Launcher(string startupRepo)
83
{
84
ActiveWorkspace = new Workspace() { Name = "Unnamed", Color = 4278221015 };
85
86
+ foreach (var w in pref.Workspaces)
87
+ w.IsActive = false;
88
+
89
var test = new Commands.QueryRepositoryRootPath(startupRepo).ReadToEnd();
90
if (!test.IsSuccess || string.IsNullOrEmpty(test.StdOut))
91
0 commit comments