1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-26 14:10:07 +01:00

👌 Fix threading issue with Composer update (#212)

This commit is contained in:
2022-11-27 14:03:19 +01:00
parent 4b8ad911f1
commit 3ebf51b319

View File

@@ -113,9 +113,7 @@ class ComposerWindow {
private func removeBusyStatus() { private func removeBusyStatus() {
PhpEnv.shared.isBusy = false PhpEnv.shared.isBusy = false
DispatchQueue.main.async { [self] in menu?.updatePhpVersionInStatusBar()
menu?.updatePhpVersionInStatusBar()
}
} }
// MARK: Alert // MARK: Alert