disable polls, i forgot to disable

This commit is contained in:
Martin Rotter 2023-09-05 11:52:07 +02:00
parent 4fa0c9c160
commit 6adf971277
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,7 @@ void Application::loadDynamicShortcuts() {
} }
void Application::offerPolls() const { void Application::offerPolls() const {
/*
if (isFirstRunCurrentVersion()) { if (isFirstRunCurrentVersion()) {
qApp->showGuiMessage(Notification::Event::GeneralEvent, qApp->showGuiMessage(Notification::Event::GeneralEvent,
{tr("%1 survey").arg(QSL(APP_NAME)), {tr("%1 survey").arg(QSL(APP_NAME)),
@ -318,6 +319,7 @@ void Application::offerPolls() const {
"Tvq8y7XQ/viewform?usp=sf_link")); "Tvq8y7XQ/viewform?usp=sf_link"));
}}); }});
} }
*/
} }
void Application::offerChanges() const { void Application::offerChanges() const {