mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:40:54 +00:00
Added: #2448 Simple editor - Option to turn off half transparent parent layers
This commit is contained in:
@@ -1049,6 +1049,10 @@ public final class Configuration {
|
||||
@ConfigurationDirectory
|
||||
public static ConfigurationItem<String> lastSolEditorDirectory = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(true)
|
||||
@ConfigurationCategory("display")
|
||||
public static ConfigurationItem<Boolean> halfTransparentParentLayersEasy = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user