mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:00:46 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -209,7 +209,7 @@ public class DumpViewPanel extends JPanel {
|
||||
}
|
||||
|
||||
private void doSearch() {
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
filterField.setBackground(Color.white);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user