1
0
Fork 0
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:
Sébastien Blin 2023-05-26 09:24:43 -04:00
parent a8586ecfd6
commit ac83334091

View file

@ -222,6 +222,7 @@ Rectangle {
ColorDialog {
id: colorDialog
title: JamiStrings.chooseAColor
currentColor: CurrentConversation.color
onAccepted: {
CurrentConversation.setPreference("color", colorDialog.color);
this.destroy();