mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SearchEverywhere doesn't show some registry values
This commit is contained in:
@@ -212,6 +212,6 @@ public class RegistryValue {
|
||||
}
|
||||
|
||||
public boolean isBoolean() {
|
||||
return "true".equals(myStringCachedValue) || "false".equals(myStringCachedValue);
|
||||
return "true".equals(asString()) || "false".equals(asString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user