mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-12 14:14:52 +08:00
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:
parent
c62963f455
commit
718c0a668a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user