mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-10-31 07:20:57 +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