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:
Mingye Wang 2022-05-10 17:45:56 +08:00 committed by Yuhui Huang
parent c62963f455
commit 718c0a668a

View File

@ -190,7 +190,7 @@ public final class Config implements Cloneable, Observable {
public Config() {
// Default override for better-looking logs on Windows
if (System.getProperty("os.name").startsWith("Windows")) {
this.fontFamily = new SimpleStringProperty("Consolas");
this.fontFamily.setValue("Consolas");
}
PropertyUtils.attachListener(this, helper);
}