fix: print line height change

This commit is contained in:
2025-04-24 15:30:20 +02:00
parent 7e82e55e52
commit 46a4428389
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class UOptions {
}
private save() {
writeFileSync("./config/usettings.json", JSON.stringify(this.settings, undefined, 2))
writeFileSync("./config/usettings.json", JSON.stringify(this._settings, undefined, 2))
}
reload() {