mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
change the name
This commit is contained in:
@@ -214,7 +214,7 @@ public class Preferences {
|
||||
|
||||
// Theme settings always override preferences
|
||||
try {
|
||||
load(Base.getStream("theme/settings.txt"));
|
||||
load(Base.getStream("theme/theme.txt"));
|
||||
} catch (Exception te) {
|
||||
Base.showError(null, "Could not read color theme settings.\n" +
|
||||
"You'll need to reinstall Processing.", te);
|
||||
|
||||
Reference in New Issue
Block a user