diff options
Diffstat (limited to 'data.cpp')
-rw-r--r-- | data.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -848,6 +848,8 @@ void DataManager::SetDefaultValues() mData.SetValue("tw_app_install_status", "0"); // 0 = no status, 1 = not installed, 2 = already installed #endif + mData.SetValue("tw_enable_adb_backup", "0"); + pthread_mutex_unlock(&m_valuesLock); } |