mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
swarmdetailspanel: show selected color for ColorDialog
Change-Id: I2ccacd54479f5915e6032a5f39fdd8e997e759f6 GitLab: #1137
This commit is contained in:
parent
a8586ecfd6
commit
ac83334091
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ Rectangle {
|
|||
ColorDialog {
|
||||
id: colorDialog
|
||||
title: JamiStrings.chooseAColor
|
||||
currentColor: CurrentConversation.color
|
||||
onAccepted: {
|
||||
CurrentConversation.setPreference("color", colorDialog.color);
|
||||
this.destroy();
|
||||
|
|
Loading…
Add table
Reference in a new issue