PrefUI // Load all pages at once.

This commit is contained in:
ShikiSuen 2022-08-24 13:50:57 +08:00
parent d65fe484cd
commit bd66ed3719
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ extension NSImage {
@available(macOS 10.15, *)
class ctlPrefUI {
lazy var controller = PreferencesWindowController(
var controller = PreferencesWindowController(
panes: [
Preferences.Pane(
identifier: Preferences.PaneIdentifier(rawValue: "General"),