Change color of "delete" button
This commit is contained in:
parent
ee513a1965
commit
87c9151d70
1 changed files with 1 additions and 0 deletions
|
@ -3491,6 +3491,7 @@ Whisper.ConversationView = Whisper.View.extend({
|
|||
|
||||
async destroyMessages() {
|
||||
window.showConfirmationDialog({
|
||||
confirmStyle: 'negative',
|
||||
message: window.i18n('deleteConversationConfirmation'),
|
||||
okText: window.i18n('delete'),
|
||||
resolve: () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue