We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa7d2b commit 378acfcCopy full SHA for 378acfc
JAVA/src/main/java/glasscode/GlassCodeStorage.java
@@ -19,7 +19,7 @@ public class GlassCodeStorage implements PersistentStateComponent<GlassCodeStora
19
private static final int DEFAULT_BRIGHTNESS = 60;
20
private static final int DEFAULT_BLUR_TYPE = 0;
21
private static final int DEFAULT_TEXT_EXTRA_BRIGHTNESS = 0;
22
- private static final boolean DEFAULT_CUDA_ENABLED = true;
+ private static final boolean DEFAULT_CUDA_ENABLED = false;
23
private static final boolean DEFAULT_IS_GLASS_ENABLED = false;
24
private static final boolean DEFAULT_USE_CONTRAST_THEME = true;
25
0 commit comments