mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-15 13:05:23 +02:00
settings: improve update dialog
Change-Id: I5aa4a5d9fa7c4c40fd001fa78237eb1d96531750 GitLab: #332
This commit is contained in:
parent
ab4c68adb5
commit
a6ec3930fc
2 changed files with 3 additions and 1 deletions
|
@ -468,6 +468,8 @@ Item {
|
|||
// Generic dialog options
|
||||
property string optionOk: qsTr("Ok")
|
||||
property string optionCancel: qsTr("Cancel")
|
||||
property string optionUpgrade: qsTr("Upgrade")
|
||||
property string optionLater: qsTr("Later")
|
||||
|
||||
// Conference moderation
|
||||
property string setModerator: qsTr("Set moderator")
|
||||
|
|
|
@ -167,7 +167,7 @@ ColumnLayout {
|
|||
|
||||
property bool beta: false
|
||||
|
||||
buttonTitles: [JamiStrings.optionOk, JamiStrings.optionCancel]
|
||||
buttonTitles: [JamiStrings.optionUpgrade, JamiStrings.optionLater]
|
||||
buttonStyles: [
|
||||
SimpleMessageDialog.ButtonStyle.TintedBlue,
|
||||
SimpleMessageDialog.ButtonStyle.TintedBlue
|
||||
|
|
Loading…
Add table
Reference in a new issue