File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Flow.Launcher.Infrastructure/Image
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ async void SliceExtra()
74
74
// To delete the images from the data dictionary based on the resizing of the Usage Dictionary
75
75
// Double Check to avoid concurrent remove
76
76
if ( Data . Count > permissibleFactor * MaxCached )
77
- foreach ( var key in Data . OrderBy ( x => x . Value . usage ) . Take ( Data . Count - MaxCached ) . Select ( x => x . Key ) . ToArray ( ) )
77
+ foreach ( var key in Data . OrderBy ( x => x . Value . usage ) . Take ( Data . Count - MaxCached ) . Select ( x => x . Key ) )
78
78
Data . TryRemove ( key , out _ ) ;
79
79
semaphore . Release ( ) ;
80
80
}
Original file line number Diff line number Diff line change 9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Shell.dll" ,
11
11
"IcoPath" : " Images\\ shell.png"
12
- }
12
+ }
You can’t perform that action at this time.
0 commit comments