chore: bump version (#1802)

* chore: bump version

* fix: fixed ios build
This commit is contained in:
vkamn
2025-08-20 13:00:20 +08:00
committed by GitHub
parent 30d0f84a4f
commit 3eb06916c7
3 changed files with 6 additions and 6 deletions

View File

@@ -233,7 +233,7 @@ void CoreController::initSignalHandlers()
void CoreController::initNotificationHandler()
{
#ifndef Q_OS_ANDROID
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
m_notificationHandler.reset(NotificationHandler::create(nullptr));
connect(m_vpnConnection.get(), &VpnConnection::connectionStateChanged, m_notificationHandler.get(),