mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix updating bitrate text upon language change on Qt 6.7
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user