Enable charging control by default

This commit is contained in:
Matti Viljanen 2021-01-31 21:43:23 +02:00
parent b678017006
commit 787f53216b
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ private:
int highAlert = 75;
int highNotificationsInterval = 60;
int lowNotificationsInterval = 60;
int limitEnabled = 0; // Converted to boolean for QML
int limitEnabled = 1; // Converted to boolean for QML
int lowLimit = 65;
int highLimit = 70;
QString lowAlertFile = "/usr/share/sounds/jolla-ambient/stereo/general_warning.wav";

View file

@ -60,7 +60,7 @@ private:
int lowNotificationsInterval = 60;
// Converted to boolean for QML
int limitEnabled = 0;
int limitEnabled = 1;
int daemonEnabled = 1;
int lowLimit = 65;