format code
This commit is contained in:
@@ -1177,12 +1177,13 @@ class ConfigPanel extends PluginPanel
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
private void onConfigChanged(ConfigChanged event){
|
private void onConfigChanged(ConfigChanged event)
|
||||||
if(pluginConfig.getConfigDescriptor() == null)
|
{
|
||||||
|
if (pluginConfig.getConfigDescriptor() == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(pluginConfig.getConfigDescriptor().getGroup().value().equals(event.getGroup()))
|
if (pluginConfig.getConfigDescriptor().getGroup().value().equals(event.getGroup()))
|
||||||
{
|
{
|
||||||
SwingUtilities.invokeLater(this::rebuild);
|
SwingUtilities.invokeLater(this::rebuild);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user