mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change totalSeconds to Hours
This commit is contained in:
parent
5a0358718c
commit
00457ddc29
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
if (string.IsNullOrWhiteSpace(search))
|
||||
return Settings.HotKeys;
|
||||
|
||||
if ((DateTime.Now - _lastUpdateTime).TotalSeconds > 43200) // 12 hours
|
||||
if ((DateTime.Now - _lastUpdateTime).TotalHours > 12) // 12 hours
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue