chore: temporarily removed the ability to change the language (#10)

This commit is contained in:
Nethius
2025-04-22 22:56:01 +08:00
committed by GitHub
parent e47710fefb
commit aab022b4a0
2 changed files with 5 additions and 5 deletions

View File

@@ -26,9 +26,9 @@ CoreController::CoreController(const QSharedPointer<VpnConnection> &vpnConnectio
initNotificationHandler();
auto locale = m_settings->getAppLanguage();
m_translator.reset(new QTranslator());
updateTranslator(locale);
// auto locale = m_settings->getAppLanguage();
// m_translator.reset(new QTranslator());
// updateTranslator(locale);
}
void CoreController::initModels()