Use a case insensitive regex for matching filenames.
This commit is contained in:
parent
9d467dafba
commit
6891566799
@ -58,7 +58,7 @@ public class Startup {
|
||||
|
||||
// Must be done after localization is initialized
|
||||
ComponentPresetDatabase componentPresetDao = new ComponentPresetDatabase();
|
||||
componentPresetDao.load("datafiles/presets", ".*csv");
|
||||
componentPresetDao.load("datafiles/presets", "(?i).*csv");
|
||||
Application.setComponentPresetDao( componentPresetDao );
|
||||
|
||||
// Continue startup in Startup2 class (where Application is already set up)
|
||||
|
Loading…
x
Reference in New Issue
Block a user