mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-319132 Enable new full screen controls by default
GitOrigin-RevId: 9e56883545fd4894b101880bfec3d0f820c1d78a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ac2f4b9d82
commit
6b19491379
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user