File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/ee/carlrobert/codegpt/settings/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ public void changedUpdate(DocumentEvent e) {
112
112
113
113
checkForPluginUpdatesCheckBox = new JBCheckBox (
114
114
CodeGPTBundle .get ("configurationConfigurable.checkForPluginUpdates.label" ),
115
- configuration .isCheckForNewScreenshots ());
115
+ configuration .isCheckForPluginUpdates ());
116
116
checkForNewScreenshotsCheckBox = new JBCheckBox (
117
117
CodeGPTBundle .get ("configurationConfigurable.checkForNewScreenshots.label" ),
118
- configuration .isCheckForPluginUpdates ());
118
+ configuration .isCheckForNewScreenshots ());
119
119
openNewTabCheckBox = new JBCheckBox (
120
120
CodeGPTBundle .get ("configurationConfigurable.openNewTabCheckBox.label" ),
121
121
configuration .isCreateNewChatOnEachAction ());
You can’t perform that action at this time.
0 commit comments