mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix encapsulation for show results
This commit is contained in:
parent
073594fdeb
commit
0b44097111
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
}
|
||||
}
|
||||
|
||||
public bool _showHistoryResultsForHomePage { get; set; } = false;
|
||||
private bool _showHistoryResultsForHomePage = false;
|
||||
public bool ShowHistoryResultsForHomePage
|
||||
{
|
||||
get => _showHistoryResultsForHomePage;
|
||||
|
|
|
|||
Loading…
Reference in a new issue