1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-07 13:20:05 +01:00

Add tests for domain list interaction

This commit is contained in:
2022-12-16 20:50:53 +01:00
parent de6dea066e
commit 15fe5e4716
5 changed files with 84 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ class AddProxyVC: NSViewController, NSTextFieldDelegate {
)
Task { @MainActor in
// TODO: Check if this can be removed
App.shared.domainListWindowController?.contentVC.setUINotBusy()
App.shared.domainListWindowController?.pressedReload(nil)
}