forked from btclock/btclock_v3
Fix for EUR fetch in combination with own datasource, WebUI: detect timezone from browser
This commit is contained in:
parent
a8baa085c7
commit
262eae22dc
2 changed files with 2 additions and 2 deletions
2
data
2
data
|
@ -1 +1 @@
|
||||||
Subproject commit 2b2c8e7fc72a4e0108caf63bccb2e8bf0a5f21a0
|
Subproject commit fd76caa6f4168ca345b6f847f85e5fc9bb6543b2
|
|
@ -87,7 +87,7 @@ void setupBlockNotify()
|
||||||
xQueueSend(workQueue, &blockUpdate, portMAX_DELAY);
|
xQueueSend(workQueue, &blockUpdate, portMAX_DELAY);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (preferences.getBool("ownDataSource", true))
|
if (!preferences.getBool("fetchEurPrice", false) && preferences.getBool("ownDataSource", true))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue