chore: temporarily removed the ability to change the language (#10)
This commit is contained in:
parent
e47710fefb
commit
aab022b4a0
2 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
|
|||
|
||||
set(PROJECT DefaultVPN)
|
||||
|
||||
project(${PROJECT} VERSION 1.0.0.1
|
||||
project(${PROJECT} VERSION 1.0.0.2
|
||||
DESCRIPTION "DefaultVPN"
|
||||
HOMEPAGE_URL "https://dfvpn.com/"
|
||||
)
|
||||
|
|
@ -11,7 +11,7 @@ string(TIMESTAMP CURRENT_DATE "%Y-%m-%d")
|
|||
set(RELEASE_DATE "${CURRENT_DATE}")
|
||||
|
||||
set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})
|
||||
set(APP_ANDROID_VERSION_CODE 2083)
|
||||
set(APP_ANDROID_VERSION_CODE 2084)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
set(MZ_PLATFORM_NAME "linux")
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue