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 073594f commit 0b44097Copy full SHA for 0b44097
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -173,7 +173,7 @@ public bool ShowHomePage
173
}
174
175
176
- public bool _showHistoryResultsForHomePage { get; set; } = false;
+ private bool _showHistoryResultsForHomePage = false;
177
public bool ShowHistoryResultsForHomePage
178
{
179
get => _showHistoryResultsForHomePage;
0 commit comments