IDEA-319132 Enable new full screen controls by default

GitOrigin-RevId: 9e56883545fd4894b101880bfec3d0f820c1d78a
This commit is contained in:
Alexander Lobas
2023-04-28 11:25:50 +00:00
committed by intellij-monorepo-bot
parent ac2f4b9d82
commit 6b19491379
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@ import javax.swing.JFrame
* @author Alexander Lobas
*/
object MacFullScreenControlsManager {
fun enabled() = Registry.`is`("apple.awt.newFullScreeControls")
fun enabled() = Registry.`is`("apple.awt.newFullScreeControls", true)
fun configureEnable(parentDisposable: Disposable, block: () -> Unit) {
val rKey = Registry.get("apple.awt.newFullScreeControls")
@@ -2134,7 +2134,7 @@ ide.mac.os.wintabs.version2=true
ide.mac.os.wintabs.version2.description=Enable Mac OS project tabs for New UI
ide.mac.os.wintabs.version2.restartRequired=true
apple.awt.newFullScreeControls=false
apple.awt.newFullScreeControls=true
ea.enable.developers.list=true
ea.enable.developers.list.description=Ability to show/hide developers list in IDE errors dialog