Change color of "delete" button

This commit is contained in:
Fedor Indutny 2021-05-28 12:14:15 -07:00 committed by GitHub
parent ee513a1965
commit 87c9151d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3491,6 +3491,7 @@ Whisper.ConversationView = Whisper.View.extend({
async destroyMessages() {
window.showConfirmationDialog({
confirmStyle: 'negative',
message: window.i18n('deleteConversationConfirmation'),
okText: window.i18n('delete'),
resolve: () => {