Matt Svoboda
Matt Svoboda
> Unfortunetely, Crowdin still [doesn't](https://store.crowdin.com/categories/file-formats) support to parse .xib files. So I fixed the issue by disabling and enabling the English localization. That's too bad, but it's not crippling. What...
> As can be seen in the Human Interface Guidelines [here](https://developer.apple.com/design/human-interface-guidelines/pointing-devices) there are 3 different resize cursors. Well that's fun. Somehow I never noticed when that feature appeared. A bit...
> The new commit has to do with miniturizing the Music Mode window… Sorry. Forgot I committed to `develop` before I branched for that one, instead of the other way...
So, the shutdown is triggering `windowDidExitFullScreen()`, which is calling `showUI()` and a bunch of other stuff which is really unhelpful for shutting down. The obvious fix is to add another...
This poor little PR. Looks like all it needs is a rebase
Should be fixed in the latest nightly build, by PR #4739. Also see #3710 for more info.
@jhaemin: you can find the latest nightly builds at [nightly.iina.io](https://nightly.iina.io/). Note: these builds are unsigned (not sure why), so to run one of them you need to first try opening...
@jhaemin What are you using to seek? If you are using the keyboard, you need to include "exact" in each key binding, like this:
> @svobs Thanks, now it works properly. But what is the purpose of not exact seeking? Isn't that exact should be the default? Basically, for historical reasons. To do "exact"...
> show the full text when hovering over the title, the same way title text appears when hovering over an tag on the web. Could be less work than messing...