mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3921 from Flow-Launcher/auto_update
Check plugin updates only for Release
This commit is contained in:
commit
54e4c1333d
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ namespace Flow.Launcher
|
|||
});
|
||||
}
|
||||
|
||||
[Conditional("RELEASE")]
|
||||
private static void AutoPluginUpdates()
|
||||
{
|
||||
_ = Task.Run(async () =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue