diff --git a/Mist/Views/List/ListRow.swift b/Mist/Views/List/ListRow.swift index aa06da6..1e38852 100644 --- a/Mist/Views/List/ListRow.swift +++ b/Mist/Views/List/ListRow.swift @@ -135,11 +135,13 @@ struct ListRow: View { return } - guard type == .installer, - FileManager.default.isReadableFile(atPath: .tccDatabasePath) else { - alertType = .fullDiskAccess - showAlert = true - return + if type == .installer { + + guard FileManager.default.isReadableFile(atPath: .tccDatabasePath) else { + alertType = .fullDiskAccess + showAlert = true + return + } } if cacheDownloads {