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() {
|
async destroyMessages() {
|
||||||
window.showConfirmationDialog({
|
window.showConfirmationDialog({
|
||||||
|
confirmStyle: 'negative',
|
||||||
message: window.i18n('deleteConversationConfirmation'),
|
message: window.i18n('deleteConversationConfirmation'),
|
||||||
okText: window.i18n('delete'),
|
okText: window.i18n('delete'),
|
||||||
resolve: () => {
|
resolve: () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue