mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-13 12:55:00 -05:00
Maybe fix NPE on Linux
This commit is contained in:
parent
5d5aaf83dc
commit
d87a0ae7e1
@ -143,6 +143,10 @@ public class ThemeSupport {
|
||||
|
||||
@Override
|
||||
public void setLookAndFeel() throws Exception {
|
||||
// Maybe fix NPE on Linux
|
||||
// @see https://github.com/bulenkov/iconloader/issues/14
|
||||
UIManager.getFont("Label.font");
|
||||
|
||||
UIManager.setLookAndFeel(new DarculaLaf());
|
||||
|
||||
Color selectionBackground = new Color(0x39698a);
|
||||
|
Loading…
Reference in New Issue
Block a user