File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22// Licensed under the MIT License.
33
44using Microsoft . UI . Xaml . Controls ;
5+ using Windows . Foundation . Metadata ;
56
67namespace Files . App . Actions
78{
Original file line number Diff line number Diff line change 11// Copyright (c) Files Community
22// Licensed under the MIT License.
33
4- using Microsoft . Extensions . Logging ;
54using System . Runtime . InteropServices ;
65using Windows . Win32 ;
76using Windows . Win32 . Foundation ;
7+ using Windows . Win32 . System . Com ;
88using Windows . Win32 . UI . Shell ;
9- using static Vanara . PInvoke . Ole32 ;
109
1110namespace Files . App . Services
1211{
@@ -136,7 +135,7 @@ private unsafe bool RestoreAllTrashesInternal()
136135 hr = pFileOperation . Get ( ) ->PerformOperations ( ) ;
137136
138137 // Reset the icon
139- Win32PInvoke . SHUpdateRecycleBinIcon ( ) ;
138+ PInvoke . SHUpdateRecycleBinIcon ( ) ;
140139
141140 return true ;
142141 }
You can’t perform that action at this time.
0 commit comments