mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
CPP-48133 [clion]: add CMake options field
GitOrigin-RevId: a7ff1846a1975d4dbcabfaeaa75efe561e5269f1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7105ce3178
commit
a3e9c0b9de
@@ -21,7 +21,7 @@ class CurrentProjectInfo(project: Project) : Disposable {
|
||||
private var _filesCount: Int = 0
|
||||
|
||||
init {
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode) {
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode && !project.isDefault) {
|
||||
alarm.addRequest({ updateStats(project) }, 10)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user