GODT-2111: Properly reset crash counter + remove additional Quit call.

This commit is contained in:
Romain LE JEUNE
2022-11-18 16:14:44 +01:00
parent a95eb759ca
commit 054d9b3f09
2 changed files with 1 additions and 2 deletions

View File

@ -271,7 +271,6 @@ void QMLBackend::quit()
void QMLBackend::restart()
{
app().grpc().restart();
app().grpc().quit();
}