clientui: fix NPE on startup
This commit is contained in:
@@ -921,7 +921,9 @@ public class ClientUI
|
|||||||
configManager.unsetConfiguration(CONFIG_GROUP, CONFIG_CLIENT_BOUNDS);
|
configManager.unsetConfiguration(CONFIG_GROUP, CONFIG_CLIENT_BOUNDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (configManager.getConfiguration(PLUS_CONFIG_GROUP, CONFIG_OPACITY, boolean.class))
|
Boolean opacity = configManager.getConfiguration(PLUS_CONFIG_GROUP, CONFIG_OPACITY, boolean.class);
|
||||||
|
|
||||||
|
if (opacity != null && opacity)
|
||||||
{
|
{
|
||||||
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
|
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
|
||||||
GraphicsDevice gd = ge.getDefaultScreenDevice();
|
GraphicsDevice gd = ge.getDefaultScreenDevice();
|
||||||
|
|||||||
Reference in New Issue
Block a user