From b0f4447a91fa18c6fd6b6904484cc4742c889a0a Mon Sep 17 00:00:00 2001 From: Bent Hillerkus <29630575+benthillerkus@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:04:34 +0200 Subject: [PATCH] fix(plugin)!: disable image cleanup per default This setting is broken as of now and will need to be reworked. --- lib/src/imperative.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/imperative.dart b/lib/src/imperative.dart index 7680060..50fe977 100644 --- a/lib/src/imperative.dart +++ b/lib/src/imperative.dart @@ -85,7 +85,7 @@ class TrayIcon { Uri? path, String? asset, WinIcon winIcon = WinIcon.question, - bool freeResources = true}) async { + bool freeResources = false}) async { _ensureIsActive(); await _makeRealIfNeeded();