Skip to content

Commit

Permalink
rename settings to panes
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Mar 19, 2023
1 parent cc9ee69 commit 6246af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/AppDelegate.swift
Expand Up @@ -18,14 +18,14 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
}
}

private lazy var settings: [SettingsPane] = [
private lazy var panes: [SettingsPane] = [
GeneralSettingsViewController(),
AccountsSettingsViewController(),
AdvancedSettingsViewController()
]

private lazy var settingsWindowController = SettingsWindowController(
panes: settings,
panes: panes,
style: settingsStyle,
animated: true,
hidesToolbarForSingleItem: true
Expand Down

0 comments on commit 6246af3

Please sign in to comment.