disable survey

This commit is contained in:
Martin Rotter 2022-03-23 08:35:55 +01:00
parent 74e3fd6514
commit dcafe45a23

View File

@ -256,12 +256,14 @@ void Application::loadDynamicShortcuts() {
} }
void Application::showPolls() const { void Application::showPolls() const {
if(isFirstRunCurrentVersion()) { /*
qApp->showGuiMessage(Notification::Event::GeneralEvent, if(isFirstRunCurrentVersion()) {
qApp->showGuiMessage(Notification::Event::GeneralEvent,
{ QSL("%1 survey").arg(QSL(APP_NAME)), QSL("Please, fill the survey."), QSystemTrayIcon::MessageIcon::Warning }, { QSL("%1 survey").arg(QSL(APP_NAME)), QSL("Please, fill the survey."), QSystemTrayIcon::MessageIcon::Warning },
{ false, true, false }); { false, true, false });
qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8")); qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8"));
} }
*/
} }
void Application::offerChanges() const { void Application::offerChanges() const {