mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-17 08:36:37 +03:00
chore: temporarily removed the ability to change the language (#10)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user