1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02: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() {
PhpEnv.shared.isBusy = false
DispatchQueue.main.async { [self] in
menu?.updatePhpVersionInStatusBar()
}
menu?.updatePhpVersionInStatusBar()
}
// MARK: Alert