Fix always on

This commit is contained in:
世界
2024-04-10 20:48:15 +08:00
parent debd0ca1a2
commit 1c5bc23a25
4 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ public struct MenuView: View {
if isEnabled {
try await profile.start()
} else {
profile.stop()
try await profile.stop()
}
} catch {
alert = Alert(error)