mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 15:35:09 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -308,7 +308,7 @@ public class LoadFromMemoryFrame extends AppFrame {
|
||||
}
|
||||
}
|
||||
if (!isSelected) {
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
label.setBackground(Color.white);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user