@ -133,7 +133,7 @@ int main(int argc, char *argv[])
{
if(isFirstStart)
{
QMessageBox::StandardButtonbutton=QMessageBox::information(a.desktop(),QString("%1 %2").arg(GTA5SYNC_APPSTR,GTA5SYNC_APPVER),QApplication::tr("<h4>Welcome to %1!</h4>You want to configure %1 before you start using it?").arg(GTA5SYNC_APPSTR),QMessageBox::Yes|QMessageBox::No,QMessageBox::No);
QMessageBox::StandardButtonbutton=QMessageBox::information(nullptr,QString("%1 %2").arg(GTA5SYNC_APPSTR,GTA5SYNC_APPVER),QApplication::tr("<h4>Welcome to %1!</h4>You want to configure %1 before you start using it?").arg(GTA5SYNC_APPSTR),QMessageBox::Yes|QMessageBox::No,QMessageBox::No);
if(button==QMessageBox::Yes)
{
ProfileDatabaseprofileDB;
@ -320,7 +320,11 @@ int main(int argc, char *argv[])