File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1738,9 +1738,9 @@ await Task.Run(async () =>
17381738
17391739 await OrderFilesAndFoldersAsync ( ) ;
17401740 await ApplyFilesAndFoldersChangesAsync ( ) ;
1741+ await dispatcherQueue . EnqueueOrInvokeAsync ( CheckForSolutionFile , Microsoft . UI . Dispatching . DispatcherQueuePriority . Low ) ;
17411742 await dispatcherQueue . EnqueueOrInvokeAsync ( ( ) =>
17421743 {
1743- CheckForSolutionFile ( ) ;
17441744 GetDesktopIniFileData ( ) ;
17451745 CheckForBackgroundImage ( ) ;
17461746 } ,
@@ -1813,7 +1813,7 @@ private void GetDesktopIniFileData()
18131813
18141814 public void CheckForBackgroundImage ( )
18151815 {
1816- var filesAppSection = DesktopIni . FirstOrDefault ( x => x . SectionName == "FilesApp" ) ;
1816+ var filesAppSection = DesktopIni ? . FirstOrDefault ( x => x . SectionName == "FilesApp" ) ;
18171817 if ( filesAppSection is null || folderSettings . LayoutMode is FolderLayoutModes . ColumnView )
18181818 {
18191819 FolderBackgroundImageSource = null ;
You can’t perform that action at this time.
0 commit comments