✨小透明・宸✨
✨小透明・宸✨
I can create PR for fixing the devtool. But for the other two changes I'm not sure about the revert.
Can you reproduce it? @r0x0r
I tested the latest commit and user agent and devtools works now, but the segmentation fault problem still exists. https://github.com/r0x0r/pywebview/assets/47057319/1c0bab40-a824-4a31-93cf-f4d8aca3d30c
The audio files can be loaded in pygame-ce 2.4.0, but not in 2.4.1.
This can be added, but it will take a while for me to extract and translate the strings...
文件名已经通过响应头 `Content-Disposition` 发送了,浏览器能使用正确的文件名下载,但是看样子有些下载器会无视这个响应头,比如 wget 就一定要[手动加上 `--content-disposition`](https://unix.stackexchange.com/questions/453465/wget-how-to-download-a-served-file-keeping-its-name)…… 我自己不会用浏览器以外的方式从剪贴板上下载东西,虽然这个很快就改好了,但是你至少点个 star 吧……
LGTM, extracting and translating strings is not an easy task. Thanks for your contribution! That's how i18n should be done.
> 由于我没有运行 macOS 的设备,因此可能无法处理和 macOS 相关的使用问题。 只能看其他的 macOS 甚至是 M1 的用户有没有碰到类似的问题了。
https://github.com/TransparentLC/realesrgan-gui/compare/1071146fc4cdc4ef66ebe1037912a215473ad6e1..d662c7fad3c7596033cac2e852813a541068e2e8 这两个版本之间和操作系统有关的更改只有只会在 Windows 下生效的任务栏进度条。 如果不打包而是从源代码直接运行的话会有什么提示吗?
[python - ModuleNotFoundError: No module named '_tkinter' on macOS - Stack Overflow](https://stackoverflow.com/questions/68554782/modulenotfounderror-no-module-named-tkinter-on-macos) Google 搜索了一下找到了这个,也许需要 `brew install python-tk`?