show back button also in install client screen

This commit is contained in:
Bruno Windels
2020-12-07 14:18:19 +01:00
parent 1896fde3a0
commit e13c943d3f
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -163,6 +163,7 @@ export class ClientViewModel extends ViewModel {
}
get showBack() {
// if we're not only showing this client, don't show back (see pick())
return !!this._clientListViewModel;
}