Skip to content
Snippets Groups Projects
Commit 4ebb881b authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

macOS: fix build for App Store

Change-Id: I0763138f03296de661da801e06f56083e0f92598
parent a4014b7b
No related branches found
No related tags found
No related merge requests found
......@@ -92,11 +92,13 @@ UtilsAdapter::setAppValue(const Settings::Key key, const QVariant& value)
Q_EMIT chatviewPositionChanged();
else if (key == Settings::Key::AppTheme)
Q_EMIT appThemeChanged();
#ifndef APPSTORE
// Any donation campaign-related keys can trigger a donation campaign check
else if (key == Settings::Key::IsDonationVisible
|| key == Settings::Key::Donation2023VisibleDate
|| key == Settings::Key::Donation2023EndDate)
Q_EMIT donationCampaignSettingsChanged();
#endif
}
QVariant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment