1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 07:20:32 +05:30

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)
.disabled(!saveHistory)
}
}