thanks flowln! :P

Signed-off-by: Kode <TheKodeToad@proton.me>
This commit is contained in:
Kode 2023-04-21 20:49:47 +01:00 committed by GitHub
parent 3390e84a9f
commit dfc2b9c76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ public final class OnlineFixes implements URLStreamHandlerFactory {
if (!UrlUtils.isSupported() || !Base64.isSupported()) {
Log.warning("Cannot access the necessary Java internals for skin fix");
Log.warning("Turning off legacy skin fix in Settings > Miscellaneous will silence the warnings");
Log.warning("Turning off online fixes in the settings will silence the warnings");
return;
}
@ -66,7 +66,7 @@ public final class OnlineFixes implements URLStreamHandlerFactory {
URL.setURLStreamHandlerFactory(new OnlineFixes());
} catch (Error e) {
Log.warning("Cannot apply skin fix: URLStreamHandlerFactory is already set");
Log.warning("Turning off legacy skin fix in Settings > Miscellaneous will silence the warnings");
Log.warning("Turning off online fixes in the settings will silence the warnings");
}
}