mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +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 {
|
ColorDialog {
|
||||||
id: colorDialog
|
id: colorDialog
|
||||||
title: JamiStrings.chooseAColor
|
title: JamiStrings.chooseAColor
|
||||||
|
currentColor: CurrentConversation.color
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
CurrentConversation.setPreference("color", colorDialog.color);
|
CurrentConversation.setPreference("color", colorDialog.color);
|
||||||
this.destroy();
|
this.destroy();
|
||||||
|
|
Loading…
Add table
Reference in a new issue