Skip to content

Commit 0b44097

Browse files
committed
fix encapsulation for show results
1 parent 073594f commit 0b44097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public bool ShowHomePage
173173
}
174174
}
175175

176-
public bool _showHistoryResultsForHomePage { get; set; } = false;
176+
private bool _showHistoryResultsForHomePage = false;
177177
public bool ShowHistoryResultsForHomePage
178178
{
179179
get => _showHistoryResultsForHomePage;

0 commit comments

Comments
 (0)