Introducing Indicator Loader

This commit is contained in:
7u83 2017-11-20 08:02:29 +01:00
parent 9ed496dd8b
commit fe6eae9457
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public class Globals {
IndicatorLoader<Indicator> il = new IndicatorLoader<Indicator>();
il.setDefaultPathList(default_pathlist);
il.getInstalled();
}