mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
Fix broken agent check
This commit is contained in:
parent
2cbc9144b9
commit
1452c3a55d
@ -82,7 +82,7 @@ extension ContentView {
|
||||
}
|
||||
|
||||
var agentNotice: ToolbarItem<Void, AnyView> {
|
||||
guard agentStatusChecker.running else {
|
||||
guard !agentStatusChecker.running else {
|
||||
return ToolbarItem { AnyView(Spacer()) }
|
||||
}
|
||||
return ToolbarItem {
|
||||
|
Loading…
Reference in New Issue
Block a user