mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #4514 from dannysmyda/4704-Group-By-Datasource-Flag-Not-Null
4704 - Made groupByDataSource flag never null
This commit is contained in:
commit
e9ba8640fc
@ -125,7 +125,7 @@ public final class CasePreferences {
|
||||
* Reset all values to their default states.
|
||||
*/
|
||||
private static void clear() {
|
||||
groupItemsInTreeByDataSource = null;
|
||||
groupItemsInTreeByDataSource = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user