Skip to content

Commit

Permalink
Fixed #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Dieckmann committed Jul 23, 2018
1 parent 0b8c3e6 commit fbbeacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Monito.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public void Loaded(ViewLoadedParams p)
{
VM.CloseHomeWorkspaceCommand.Execute(null);
VM.OpenCommand.Execute(t);
VM.CurrentSpaceViewModel.RunSettingsViewModel.Model.RunType = RunType.Manual;
// Select all nodes and notes
VM.SelectAllCommand.Execute(null);
// Need to copy groups as well
Expand Down

0 comments on commit fbbeacf

Please sign in to comment.