GODT-1507: Enable autostart after Qt setup.

This commit is contained in:
Jakub
2022-03-02 11:10:48 +01:00
parent 73d1fe2f65
commit c7eb7234a2
4 changed files with 12 additions and 4 deletions

View File

@ -61,6 +61,7 @@ type FrontendQt struct {
log *logrus.Entry
initializing sync.WaitGroup
initializationDone sync.Once
firstTimeAutostart sync.Once
app *widgets.QApplication
engine *qml.QQmlEngine