Allow to delete history even when it is disabled

This commit is contained in:
Arkadiusz Fal 2022-08-29 17:57:11 +02:00
parent c3ae1d80cd
commit a2b9d4d938

View File

@ -160,7 +160,6 @@ struct HistorySettings: View {
) )
} }
.foregroundColor(.red) .foregroundColor(.red)
.disabled(!saveHistory)
} }
} }