Add workaround for AppView breaking after changing language at runtime
This commit is contained in:
parent
94952cf0a4
commit
c330898aeb
2 changed files with 24 additions and 3 deletions
|
|
@ -787,6 +787,11 @@ Flickable {
|
|||
if (!StreamingPreferences.retranslate()) {
|
||||
ToolTip.show(qsTr("You must restart Moonlight for this change to take effect"), 5000)
|
||||
}
|
||||
else {
|
||||
// Force the back operation to pop any AppView pages that exist.
|
||||
// The AppView stops working after retranslate() for some reason.
|
||||
window.clearOnBack = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue