Skip to content

Commit

Permalink
fix(plugin)!: disable image cleanup per default
Browse files Browse the repository at this point in the history
This setting is broken as of now and will need to be reworked.
  • Loading branch information
benthillerkus committed Mar 31, 2022
1 parent 7ad2993 commit b0f4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/imperative.dart
Expand Up @@ -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();

Expand Down

0 comments on commit b0f4447

Please sign in to comment.