mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 00:40:00 +01:00
Fix for EUR fetch in combination with own datasource, WebUI: detect timezone from browser
This commit is contained in:
parent
a8baa085c7
commit
262eae22dc
2
data
2
data
@ -1 +1 @@
|
||||
Subproject commit 2b2c8e7fc72a4e0108caf63bccb2e8bf0a5f21a0
|
||||
Subproject commit fd76caa6f4168ca345b6f847f85e5fc9bb6543b2
|
@ -87,7 +87,7 @@ void setupBlockNotify()
|
||||
xQueueSend(workQueue, &blockUpdate, portMAX_DELAY);
|
||||
}
|
||||
|
||||
if (preferences.getBool("ownDataSource", true))
|
||||
if (!preferences.getBool("fetchEurPrice", false) && preferences.getBool("ownDataSource", true))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user