cleared up the commented lines

This commit is contained in:
Mitternacht822 2025-07-02 17:48:54 +04:00
parent 95d48d8a2d
commit 669cb06d89

View file

@ -339,8 +339,6 @@ void CoreController::initTranslationsUpdatedHandler()
connect(m_languageModel.get(), &LanguageModel::updateTranslations, this, &CoreController::updateTranslator);
connect(this, &CoreController::translationsUpdated, m_languageModel.get(), &LanguageModel::translationsUpdated);
connect(this, &CoreController::translationsUpdated, m_connectionController.get(), &ConnectionController::onTranslationsUpdated);
//auto* trayHandler = qobject_cast<SystemTrayNotificationHandler*>(m_notificationHandler.get());
//connect(this, &CoreController::websiteUrlChanged, trayHandler, &SystemTrayNotificationHandler::updateWebsiteUrl);
}
void CoreController::initAutoConnectHandler()