From 820350d60bbf231f271fd36326980756f6706c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 5 Feb 2023 00:06:02 +0100 Subject: [PATCH] Fixed Android build --- src/GUI/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index 029fd21e..b767b81c 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -2522,8 +2522,8 @@ void GUI::readSettings(QString &activeMap, QStringList &disabledPOIs) showGraphSliderInfo(false); #ifdef Q_OS_ANDROID - if (READ(showGraphTabs)).toBool()) - _showGraphTabsAction->setChecked(true); + if (READ(showGraphTabs).toBool()) + _showGraphTabsAction->setChecked(true); else showGraphTabs(false); #endif // Q_OS_ANDROID