mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-02 07:17:25 +02: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