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 ec12ac9340
commit 016a612d36

View File

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