since it might lead to accidental change of an issue state, especially
if user tries our integration with bug trackers for the first time.
myUpdateState.setVisible(false);
myTaskStateCombo.setVisible(false);
}
- final boolean stateUpdatesEnabled = PropertiesComponent.getInstance(project).getBoolean(UPDATE_STATE_ENABLED, true);
+ final boolean stateUpdatesEnabled = PropertiesComponent.getInstance(project).getBoolean(UPDATE_STATE_ENABLED, false);
myUpdateState.setSelected(stateUpdatesEnabled);
myUpdateState.addActionListener(new ActionListener() {
@Override