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