Skip to content

Commit 00457dd

Browse files
committed
change totalSeconds to Hours
1 parent 5a03587 commit 00457dd

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.PluginsManager

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public List<Result> Query(Query query)
5252
if (string.IsNullOrWhiteSpace(search))
5353
return Settings.HotKeys;
5454

55-
if ((DateTime.Now - _lastUpdateTime).TotalSeconds > 43200) // 12 hours
55+
if ((DateTime.Now - _lastUpdateTime).TotalHours > 12) // 12 hours
5656
{
5757
Task.Run(async () =>
5858
{

0 commit comments

Comments
 (0)