fix: disable checkForNewScreenshots by default

This commit is contained in:
Carl-Robert Linnupuu 2024-06-24 17:26:39 +03:00
parent be906971db
commit 36cb730db4

View file

@ -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;