summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorkt programs <ktprograms@gmail.com>2022-07-03 10:53:46 +0800
committerkt programs <ktprograms@gmail.com>2022-07-05 17:14:05 +0800
commit389eac1bb3a193362aaa73811db0239de13e2cf4 (patch)
treec8ab266162cff27e8f8a58e17da3e5988fa864a9 /README.asciidoc
parent0607c1f7cf7941eafab2677ce278d6022128b6e8 (diff)
downloadqutebrowser-389eac1bb3a193362aaa73811db0239de13e2cf4.tar.gz
qutebrowser-389eac1bb3a193362aaa73811db0239de13e2cf4.zip
macOS: fix hide_decoration making window nonresizable
Use PyObjC to call `setWindowMask:` with resizable flag on the underlying NSWindow. Fixes #4067
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 76f46484f..d68268316 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -100,6 +100,10 @@ On older Python versions (3.7/3.8), the following backports are also required:
* https://importlib-resources.readthedocs.io/[importlib_resources]
+On macOS, the following libraries are also required:
+
+* https://pyobjc.readthedocs.io/en/latest/[pyobjc-core and pyobjc-framework-Cocoa]
+
The following libraries are optional:
* https://pypi.org/project/adblock/[adblock] (for improved adblocking using ABP syntax)