Sort on load if no prior report
This commit is contained in:
@@ -238,10 +238,7 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
|
||||
{
|
||||
AddFileBasedOnPath(filePath);
|
||||
}
|
||||
if (!_isPerformingInitialLoad)
|
||||
{
|
||||
ResortPDFItemsByDate();
|
||||
}
|
||||
HasUnsavedWork = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user