mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cds+ij - make enable/disable CDS actions non-internal to access them from actions list
GitOrigin-RevId: dd7046321b3e68acbb074e227fdab804d6888572
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0d8d1e99e4
commit
47464124bf
@@ -1158,8 +1158,8 @@
|
||||
<separator/>
|
||||
|
||||
<group id="Internal.CDS" popup="true" text="CDS">
|
||||
<action id="installCDS" class="com.intellij.ide.cds.CDSEnableAction" internal="true"/>
|
||||
<action id="disableCDS" class="com.intellij.ide.cds.CDSDisableAction" internal="true"/>
|
||||
<action id="installCDS" class="com.intellij.ide.cds.CDSEnableAction"/>
|
||||
<action id="disableCDS" class="com.intellij.ide.cds.CDSDisableAction"/>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user