File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -104,27 +104,7 @@ private static async Task<IEnumerable<IconFileInfo>> LoadSidebarIconResources()
104104 Constants . ImageRes . Folder
105105 } , 32 ) ;
106106
107- const string shell32 = @"C:\Windows\System32\shell32.dll" ;
108- var shell32List = await UIHelpers . LoadSelectedIconsAsync ( shell32 , new List < int > ( ) {
109- Constants . Shell32 . QuickAccess
110- } , 32 ) ;
111-
112- if ( shell32List != null && imageResList != null )
113- {
114- return imageResList . Concat ( shell32List ) ;
115- }
116- else if ( shell32List != null && imageResList == null )
117- {
118- return shell32List ;
119- }
120- else if ( shell32List == null && imageResList != null )
121- {
122- return imageResList ;
123- }
124- else
125- {
126- return null ;
127- }
107+ return imageResList ;
128108 }
129109 }
130110}
You can’t perform that action at this time.
0 commit comments