mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-28 12:19:00 +00:00
Update main.cpp
This commit is contained in:
parent
a8cc794039
commit
df5a15f7b9
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ void installTranslator()
|
|||
language = QLocale::English;
|
||||
} else if (Config::getInstance().getLanguage() == "ja_JP") {
|
||||
language = QLocale::Japanese;
|
||||
}
|
||||
|
||||
QString languagePath = ":/i18n/";
|
||||
switch (language) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue