mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 14:33:04 +01:00
Make app delegate conform to NSUserInterfaceValidations protocol. Fix #1.
This commit is contained in:
parent
d29727269c
commit
f3c97506d5
@ -17,7 +17,7 @@ import RSWeb
|
|||||||
var currentTheme: VSTheme!
|
var currentTheme: VSTheme!
|
||||||
|
|
||||||
@NSApplicationMain
|
@NSApplicationMain
|
||||||
class AppDelegate: NSObject, NSApplicationDelegate {
|
class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
||||||
|
|
||||||
let windowControllers = NSMutableArray()
|
let windowControllers = NSMutableArray()
|
||||||
var preferencesWindowController: NSWindowController?
|
var preferencesWindowController: NSWindowController?
|
||||||
|
Loading…
Reference in New Issue
Block a user