forked from btclock/btclock_v3
Fix setting defaults for stealing focus and block countdown
This commit is contained in:
parent
08929eb552
commit
a8baa085c7
4 changed files with 6 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue