parent
6adcd8b507
commit
bbd71c4975
|
|
@ -125,6 +125,8 @@ Fixed
|
|||
certain workarounds) now works correctly on OpenBSD.
|
||||
- Certain version number formats in `/etc/os-release` caused qutebrowser to
|
||||
crash. Those are now handled correctly.
|
||||
- The macOS releases now properly support Dark Mode for UI elements by setting
|
||||
`NSRequiresAquaSystemAppearance` to false.
|
||||
|
||||
Removed
|
||||
~~~~~~~
|
||||
|
|
|
|||
|
|
@ -260,6 +260,7 @@ INFO_PLIST_UPDATES = {
|
|||
'CFBundleShortVersionString': qutebrowser.__version__,
|
||||
'NSSupportsAutomaticGraphicsSwitching': True,
|
||||
'NSHighResolutionCapable': True,
|
||||
'NSRequiresAquaSystemAppearance': False,
|
||||
'CFBundleURLTypes': [{
|
||||
"CFBundleURLName": "http(s) URL",
|
||||
"CFBundleURLSchemes": ["http", "https"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue