mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 13:58:28 +00:00
Added PR119 Option to set scale factor in advanced settings (Set it to 2.0 on Mac retina displays)
This commit is contained in:
@@ -812,6 +812,11 @@ public final class Configuration {
|
||||
@ConfigurationCategory("script")
|
||||
public static ConfigurationItem<Boolean> flattenASPackages = null;
|
||||
|
||||
@ConfigurationDefaultDouble(1.0)
|
||||
@ConfigurationCategory("display")
|
||||
@ConfigurationName("gui.scale")
|
||||
public static ConfigurationItem<Double> uiScale = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user