Uploaded image for project: 'Minecraft Launcher'
  1. Minecraft Launcher
  2. MCL-11232

MacOS Dark Mode not supported in file browser.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 2.1.5558-2.1.5560
    • 2.1.5385-2.1.5387
    • None
    • None
    • Unconfirmed

      When opening something that prompts the file browser. Instead of adapting to macOS Dark Mode it stays white.

      To fix, all you need to do is replace:

      </dict>
      </plist>
      

      in the Contents>Info.plist, with:

      	<key>NSRequiresAquaSystemAppearance</key>
      	<string>NO</string>
      </dict>
      </plist>
      

      Doing so will allow the application to adapt to MacOS's System Appearance.

        1. With Fix.png
          With Fix.png
          158 kB
        2. Without Fix.png
          Without Fix.png
          158 kB

            peterix [Mojang] Petr Mrázek
            thatJARED JARED
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: