mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
registry key vcs.disable.changelists - default value must be specified
GitOrigin-RevId: eaf246ee4b602a6b03ce3bb60c8c6d55e4de8c1a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
08b6e26a77
commit
f04c12457a
@@ -1478,7 +1478,7 @@ public class ChangeListManagerImpl extends ChangeListManagerEx implements Persis
|
||||
|
||||
private boolean shouldEnableChangeLists() {
|
||||
boolean forceDisable = CommitModeManager.getInstance(myProject).getCurrentCommitMode().hideLocalChangesTab() ||
|
||||
Registry.is("vcs.disable.changelists");
|
||||
Registry.is("vcs.disable.changelists", false);
|
||||
return !forceDisable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user