Fix updating bitrate text upon language change on Qt 6.7

This commit is contained in:
Cameron Gutman 2024-04-13 00:05:11 -05:00
parent 6a85996b4a
commit 784234c857

View file

@ -689,7 +689,7 @@ Flickable {
Component.onCompleted: {
// Refresh the text after translations change
languageChanged.connect(onValueChanged)
languageChanged.connect(valueChanged)
}
}