SamusAranX
SamusAranX
This is still happening on 10.13.1.  The password dots are displaying as question mark blocks, but I didn't get a screenshot of that....
This is still an issue, btw
Just came here to see if someone else had opened an issue about this already because this, along with https://github.com/SteamGridDB/steam-rom-manager/issues/331, (which has not been fixed, despite the issue being closed)...
I updated my project to the new API, but calling `.show()` on my `PreferencesWindowController` does absolutely nothing now. My app's open windows lose focus, but no preferences window is actually...
Just tried calling `.show()` with an identifier, but that doesn't work either. Though I've noticed that the window does get opened after all: It's just that for some reason, it's...
I already use Auto Layout. My views are loaded from XIBs and there's nothing special about them. Since the labels are fully localized, I can't really make their size explicit.
Just a heads up: Manually setting `self.preferredContentSize` in my views' various `viewDidLoad()` methods fixed the problem for me. It's not an optimal solution, but I couldn't find a better way...
Any chance of save imports/exports becoming available from the command line? I'd give anything for something save sync-related that can run in an automated fashion.
I was just hit by this bug as well and in trying to find a solution, I found this issue. I'm on macOS Ventura 13.2. Here's the output of `magick...
I built a small wrapper for personal projects that's easy to use: ```cs internal class SingleInstanceHelper : IDisposable { private readonly Mutex _mutex; public SingleInstanceHelper(string mutexName) { var mutexId =...