mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
fixing small issues to get things running again
This commit is contained in:
@@ -63,7 +63,7 @@ public class JavaMode extends Mode {
|
||||
}
|
||||
|
||||
try {
|
||||
theme = new Settings(new File(folder, "theme.txt"));
|
||||
theme = new Settings(new File(folder, "theme/theme.txt"));
|
||||
} catch (IOException e) {
|
||||
Base.showError("Problem loading theme.txt",
|
||||
"Could not load theme.txt, please re-install Processing", e);
|
||||
|
||||
Reference in New Issue
Block a user