Fix setting defaults for stealing focus and block countdown

This commit is contained in:
Djuri 2024-06-09 11:31:25 +02:00
parent 08929eb552
commit a8baa085c7
4 changed files with 6 additions and 6 deletions

View file

@ -177,7 +177,7 @@ void onWebsocketBlockMessage(esp_websocket_event_data_t *event_data)
// xTaskNotifyGive(blockUpdateTaskHandle);
if (getCurrentScreen() != SCREEN_BLOCK_HEIGHT &&
preferences.getBool("stealFocus", true))
preferences.getBool("stealFocus", false))
{
uint64_t timerPeriod = 0;
if (isTimerActive())