mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Fix: Phone prefix option couldn't be changed in account settings.
This commit is contained in:
parent
d69e033508
commit
3a30c2b16e
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue