Skip to content

Commit

Permalink
TestResultView: Show SourceCode view as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rowo360 committed Feb 23, 2025
1 parent 26fbb72 commit 750df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestModel/model/Settings/ErrorDisplaySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public bool ToolTipsEnabled

public bool SourceCodeDisplay
{
get { return GetSetting(nameof(SourceCodeDisplay), false); }
get { return GetSetting(nameof(SourceCodeDisplay), true); }
set { SaveSetting(nameof(SourceCodeDisplay), value); }
}

Expand Down

0 comments on commit 750df6a

Please sign in to comment.