mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Added method to force a reload of the Keyword Search lists.
This commit is contained in:
parent
5734522a3d
commit
afccd3f71d
@ -72,5 +72,12 @@ public class KeywordListsManager extends Observable {
|
|||||||
}
|
}
|
||||||
return names;
|
return names;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Force reload of the keyword lists XML file.
|
||||||
|
*/
|
||||||
|
public static void reloadKeywordLists(){
|
||||||
|
XmlKeywordSearchList.getCurrent().reload();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user