We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780bc07 commit cc99945Copy full SHA for cc99945
app/src/processing/app/Mode.java
@@ -211,7 +211,7 @@ public void setupGUI() {
211
theme.load(modeTheme);
212
}
213
214
- // Against my better judgement, adding the ability to override themes
+ // Against my better judgment, adding the ability to override themes
215
// https://github.com/processing/processing/issues/5445
216
File sketchbookTheme =
217
new File(Base.getSketchbookFolder(), "theme.txt");
0 commit comments