mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-12 20:47:22 +01:00
Fix broken agent check
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user