disable survey
This commit is contained in:
		
							parent
							
								
									74e3fd6514
								
							
						
					
					
						commit
						dcafe45a23
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		|  | @ -256,12 +256,14 @@ void Application::loadDynamicShortcuts() { | |||
| } | ||||
| 
 | ||||
| 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 }, | ||||
|                          { false, true, false }); | ||||
|     qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8")); | ||||
|   } | ||||
|      qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8")); | ||||
|      } | ||||
|    */ | ||||
| } | ||||
| 
 | ||||
| void Application::offerChanges() const { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue