mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +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> {
|
var agentNotice: ToolbarItem<Void, AnyView> {
|
||||||
guard agentStatusChecker.running else {
|
guard !agentStatusChecker.running else {
|
||||||
return ToolbarItem { AnyView(Spacer()) }
|
return ToolbarItem { AnyView(Spacer()) }
|
||||||
}
|
}
|
||||||
return ToolbarItem {
|
return ToolbarItem {
|
||||||
|
Loading…
Reference in New Issue
Block a user