mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IJPL-160250 git: disable new actions
GitOrigin-RevId: b959bac8221f0f671ac18bb8fbf415da650cb9c7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6e2eb5f03
commit
684fdebe0e
@@ -5,7 +5,6 @@ import com.intellij.dvcs.push.VcsPushAction
|
|||||||
import com.intellij.icons.AllIcons
|
import com.intellij.icons.AllIcons
|
||||||
import com.intellij.ide.HelpTooltip
|
import com.intellij.ide.HelpTooltip
|
||||||
import com.intellij.ide.ui.laf.darcula.ui.ToolbarComboWidgetUiSizes
|
import com.intellij.ide.ui.laf.darcula.ui.ToolbarComboWidgetUiSizes
|
||||||
import com.intellij.idea.AppMode
|
|
||||||
import com.intellij.openapi.actionSystem.*
|
import com.intellij.openapi.actionSystem.*
|
||||||
import com.intellij.openapi.actionSystem.ex.ActionUtil
|
import com.intellij.openapi.actionSystem.ex.ActionUtil
|
||||||
import com.intellij.openapi.actionSystem.ex.CustomComponentAction
|
import com.intellij.openapi.actionSystem.ex.CustomComponentAction
|
||||||
@@ -153,5 +152,5 @@ private fun Int.shrinkTo99(): @NlsSafe String = if (this > 99) "99+" else this.t
|
|||||||
@ApiStatus.Internal
|
@ApiStatus.Internal
|
||||||
internal object GitMainToolbar {
|
internal object GitMainToolbar {
|
||||||
val showIncomingOutgoing: Boolean // todo: registry, setting or something else
|
val showIncomingOutgoing: Boolean // todo: registry, setting or something else
|
||||||
get() = !AppMode.isRemoteDevHost()
|
get() = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user