Fix: Phone prefix option couldn't be changed in account settings.

This commit is contained in:
Julien Wadel 2024-04-17 16:11:08 +02:00
parent d69e033508
commit 3a30c2b16e
2 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Screen Sharing
## 5.2.5 - undefined
### Fixed
- Phone prefix option couldn't be changed.
## 5.2.4 - 2024-04-11
### Fixed

View file

@ -290,12 +290,10 @@ DialogPlus {
}
FormLine{
maxItemWidth: width / 2
FormGroup {
//: 'Apply prefix for outgoing calls and chats' : Label to set an option for applying the specified prefix to outgoings calls and chats.
label: qsTr('dialPrefixCallChat')
fitLabel: true
maxWidth: parent.width
Switch {
id: dialPrefixCallChat