mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 00:36:07 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -48,7 +48,7 @@ public class DebugLogDialog extends AppDialog {
|
||||
setSize(800, 600);
|
||||
this.debug = debug;
|
||||
setTitle(translate("dialog.title"));
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
logTextArea.setBackground(Color.white);
|
||||
}
|
||||
logTextArea.setEditable(false);
|
||||
|
||||
Reference in New Issue
Block a user