disable survey
This commit is contained in:
parent
74e3fd6514
commit
dcafe45a23
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user