mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-03-07 17:36:52 +08:00
不默认设置 forceUnicodeFont (#2501)
This commit is contained in:
parent
55c55e9bda
commit
91f684ae2e
@ -93,7 +93,7 @@ public final class HMCLGameLauncher extends DefaultLauncher {
|
|||||||
|
|
||||||
if (lang != null) {
|
if (lang != null) {
|
||||||
try {
|
try {
|
||||||
FileUtils.writeText(optionsFile, String.format("lang:%s\nforceUnicodeFont:true\n", lang));
|
FileUtils.writeText(optionsFile, String.format("lang:%s\n", lang));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Logging.LOG.log(Level.WARNING, "Unable to generate options.txt", e);
|
Logging.LOG.log(Level.WARNING, "Unable to generate options.txt", e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user