fix: reload crash

This commit is contained in:
mrFq1 2024-10-06 19:39:07 +08:00
parent 509ed018d8
commit 4c08dae551
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class DashboardWindowController: NSWindowController {
}
public func reload() {
NotificationCenter.default.post(name: .reloadDashboard, object: nil)
#warning("todo reload dashboard")
}
}