mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 14:41:54 +00:00
Forcing white background is now optional
This commit is contained in:
@@ -308,7 +308,9 @@ public class LoadFromMemoryFrame extends AppFrame {
|
||||
}
|
||||
}
|
||||
if (!isSelected) {
|
||||
label.setBackground(Color.white);
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
label.setBackground(Color.white);
|
||||
}
|
||||
}
|
||||
return label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user