mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-12-15 06:50:12 +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) {
|
||||
try {
|
||||
FileUtils.writeText(optionsFile, String.format("lang:%s\nforceUnicodeFont:true\n", lang));
|
||||
FileUtils.writeText(optionsFile, String.format("lang:%s\n", lang));
|
||||
} catch (IOException e) {
|
||||
Logging.LOG.log(Level.WARNING, "Unable to generate options.txt", e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user