fix encapsulation for show results

This commit is contained in:
Jeremy 2025-05-17 22:12:35 +10:00
parent 073594fdeb
commit 0b44097111

View file

@ -173,7 +173,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
} }
} }
public bool _showHistoryResultsForHomePage { get; set; } = false; private bool _showHistoryResultsForHomePage = false;
public bool ShowHistoryResultsForHomePage public bool ShowHistoryResultsForHomePage
{ {
get => _showHistoryResultsForHomePage; get => _showHistoryResultsForHomePage;