fixup! Uh, I think *that's* how you override it. I don't know. Squash this please I don't want to install git qwq
This commit is contained in:
@@ -190,7 +190,7 @@ public final class Config implements Cloneable, Observable {
|
|||||||
public Config() {
|
public Config() {
|
||||||
// Default override for better-looking logs on Windows
|
// Default override for better-looking logs on Windows
|
||||||
if (System.getProperty("os.name").startsWith("Windows")) {
|
if (System.getProperty("os.name").startsWith("Windows")) {
|
||||||
this.fontFamily = new SimpleStringProperty("Consolas");
|
this.fontFamily.setValue("Consolas");
|
||||||
}
|
}
|
||||||
PropertyUtils.attachListener(this, helper);
|
PropertyUtils.attachListener(this, helper);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user