mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-09 21:20:07 +01:00
⚡️ Only load sites when view opens for the first time
This commit is contained in:
@@ -71,8 +71,7 @@ class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource {
|
||||
|
||||
override func viewDidLoad() {
|
||||
tableView.doubleAction = #selector(self.doubleClicked(sender:))
|
||||
sites = Valet.shared.sites
|
||||
setUINotBusy()
|
||||
reloadSites()
|
||||
}
|
||||
|
||||
// MARK: - Async Operations
|
||||
|
||||
Reference in New Issue
Block a user