mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
no init
setup complete fix and minor copy changes return SetupResult on setup.complete
This commit is contained in:
committed by
Aiden McClelland
parent
df16943502
commit
61ee46f289
@@ -110,7 +110,7 @@ export class AppShowStatusComponent {
|
||||
const { id, title, version } = this.pkg.manifest
|
||||
const hasDependents = !!Object.keys(
|
||||
this.pkg.installed['current-dependents'],
|
||||
).filter(depId => depId !== this.pkg.manifest.id).length
|
||||
).filter(depId => depId !== id).length
|
||||
|
||||
if (!hasDependents) {
|
||||
const loader = await this.loadingCtrl.create({
|
||||
|
||||
Reference in New Issue
Block a user