mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Use UTF-8 to decode logs on Java 18 or newer
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -25,7 +25,7 @@ class JavaVersion {
|
||||
bool operator>(const JavaVersion& rhs);
|
||||
|
||||
bool requiresPermGen() const;
|
||||
|
||||
bool defaultsToUtf8() const;
|
||||
bool isModular() const;
|
||||
|
||||
QString toString() const;
|
||||
|
Reference in New Issue
Block a user