summaryrefslogtreecommitdiff
path: root/requirements.txt
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 /requirements.txt
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 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 16b78bd85..7809b563d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,8 @@ importlib-resources==5.8.0 ; python_version=="3.7.*" or python_version=="3.8.*"
Jinja2==3.1.2
MarkupSafe==2.1.1
Pygments==2.12.0
+pyobjc-core==8.5 ; sys_platform=="darwin"
+pyobjc-framework-Cocoa==8.5 ; sys_platform=="darwin"
PyYAML==6.0
typing_extensions==4.2.0 ; python_version<"3.8"
zipp==3.8.0