1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Fixed Android build

This commit is contained in:
Martin Tůma 2023-02-05 00:06:02 +01:00
parent 3801ff7bcb
commit 820350d60b

View File

@ -2522,7 +2522,7 @@ void GUI::readSettings(QString &activeMap, QStringList &disabledPOIs)
showGraphSliderInfo(false);
#ifdef Q_OS_ANDROID
if (READ(showGraphTabs)).toBool())
if (READ(showGraphTabs).toBool())
_showGraphTabsAction->setChecked(true);
else
showGraphTabs(false);