mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[feedback] IJPL-162562 Show evaluation feedback form to new non-commercial users
GitOrigin-RevId: acb75deabd4ad80d7e35070b07e1638278f0d4b5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
83833b28b5
commit
edff214c9e
@@ -27,6 +27,7 @@ class JetBrainsFeedbackReporter(private val productName: String,
|
||||
"build" to if (appInfo.isEAP) build.asStringWithoutProductCode() else build.asString(),
|
||||
"timezone" to System.getProperty("user.timezone", ""),
|
||||
"eval" to (LicensingFacade.getInstance()?.isEvaluationLicense == true).toString(),
|
||||
"license" to (LicensingFacade.getInstance()?.subType ?: "unknown")
|
||||
))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user