diff options
Diffstat (limited to '')
-rw-r--r-- | data.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -716,6 +716,8 @@ void DataManager::SetDefaultValues() #endif mData.SetValue("tw_gui_done", "0"); mData.SetValue("tw_encrypt_backup", "0"); + mData.SetValue("tw_sleep_total", "5"); + mData.SetValue("tw_sleep", "5"); // Brightness handling string findbright; |