mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Automatically update main window title when language is changed
This commit is contained in:
parent
e6bd289001
commit
d58792e31e
@ -139,6 +139,13 @@ Window {
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: Cpp_Misc_Translator
|
||||
function onLanguageChanged() {
|
||||
updateDocumentTitle()
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Show console tab on serial disconnect
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user