diff --git a/src/gui/qt-daemon/html_source/src/app/_helpers/services/variables.service.ts b/src/gui/qt-daemon/html_source/src/app/_helpers/services/variables.service.ts index cb73b9bd..22289c99 100644 --- a/src/gui/qt-daemon/html_source/src/app/_helpers/services/variables.service.ts +++ b/src/gui/qt-daemon/html_source/src/app/_helpers/services/variables.service.ts @@ -21,7 +21,7 @@ export class VariablesService { public exp_med_ts = 0; public height_app = 0; public last_build_available = ''; - public daemon_state = 0; + public daemon_state = 3; public sync = { progress_value: 0, progress_value_text: '0' diff --git a/src/gui/qt-daemon/html_source/src/app/app.component.ts b/src/gui/qt-daemon/html_source/src/app/app.component.ts index a5adaf0b..686f67f1 100644 --- a/src/gui/qt-daemon/html_source/src/app/app.component.ts +++ b/src/gui/qt-daemon/html_source/src/app/app.component.ts @@ -32,7 +32,7 @@ export class AppComponent implements OnInit, OnDestroy { public translate: TranslateService, private backend: BackendService, private router: Router, - private variablesService: VariablesService, + public variablesService: VariablesService, private ngZone: NgZone, private intToMoneyPipe: IntToMoneyPipe, private modalService: ModalService diff --git a/src/gui/qt-daemon/html_source/src/app/purchase/purchase.component.html b/src/gui/qt-daemon/html_source/src/app/purchase/purchase.component.html index 43f1d8de..400f5054 100644 --- a/src/gui/qt-daemon/html_source/src/app/purchase/purchase.component.html +++ b/src/gui/qt-daemon/html_source/src/app/purchase/purchase.component.html @@ -246,10 +246,9 @@ -