mojira.dev
MCL-11232

MacOS Dark Mode not supported in file browser.

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.

Attachments

Comments 1

migrated

petr.mrazek

Unconfirmed

Retrieved