1
0
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:
2021-12-07 20:04:19 +01:00
parent 327c88a745
commit f65fd513f2
2 changed files with 1 additions and 7 deletions

View File

@@ -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