MacOS_Base_WindowController
@MainActor
class MacOS_Base_WindowController : NSWindowController
The main reason for creating this class was to allow us to interpret settings, and to fix an issue with Interface Builder.
-
This accounts for a bug in Xcode, where the
restorableflag is ignored. If you set the name here, it will restore.Declaration
Swift
@MainActor override func windowDidLoad()
View on GitHub