Skip to content

Commit

Permalink
fix: disable checkForNewScreenshots by default
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Jun 24, 2024
1 parent e07af73 commit ab773c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ConfigurationState {
private int maxTokens = 1000;
private double temperature = 0.1;
private boolean checkForPluginUpdates = true;
private boolean checkForNewScreenshots = true;
private boolean checkForNewScreenshots = false;
private boolean createNewChatOnEachAction;
private boolean ignoreGitCommitTokenLimit;
private boolean methodNameGenerationEnabled = true;
Expand Down

0 comments on commit ab773c4

Please sign in to comment.