Skip to content

Commit

Permalink
Debug SkinPathPreference
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Dec 26, 2021
1 parent 1acd31b commit 8971aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/edlplan/ui/SkinPathPreference.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void run() {
File[] skinFolders = skinMain.listFiles(file -> file.isDirectory() && !file.getName().startsWith(".")); */
File skinMain = new File(Config.getSkinTopPath());
Map<String, String> skins = new HashMap<String, String>(Config.getSkins());
Debug.i("Skins:" + skins.size());
List<String> skinIndex = new ArrayList<String>(skins.keySet());
CharSequence[] entries = new CharSequence[skins.size() + 1];
CharSequence[] entryValues = new CharSequence[skins.size() + 1];
Expand Down

0 comments on commit 8971aa1

Please sign in to comment.