mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-09 01:38:44 +00:00
Fix updating bitrate text upon language change on Qt 6.7
This commit is contained in:
parent
6a85996b4a
commit
784234c857
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ Flickable {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// Refresh the text after translations change
|
// Refresh the text after translations change
|
||||||
languageChanged.connect(onValueChanged)
|
languageChanged.connect(valueChanged)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue