mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
installWarning ~> installAlert
This commit is contained in:
committed by
Aiden McClelland
parent
49628f07e6
commit
71f2c88b8f
@@ -160,7 +160,7 @@ export class AppAvailableShowPage extends Cleanup {
|
||||
title: app.title,
|
||||
version: app.versionViewing,
|
||||
serviceRequirements: app.serviceRequirements,
|
||||
installWarning: app.installWarning,
|
||||
installAlert: app.installAlert,
|
||||
}),
|
||||
)
|
||||
if (cancelled) return
|
||||
@@ -175,7 +175,7 @@ export class AppAvailableShowPage extends Cleanup {
|
||||
title: app.title,
|
||||
version: app.versionViewing,
|
||||
serviceRequirements: app.serviceRequirements,
|
||||
installWarning: app.installWarning,
|
||||
installAlert: app.installAlert,
|
||||
}
|
||||
|
||||
switch (action) {
|
||||
|
||||
@@ -267,7 +267,7 @@ export class AppInstalledShowPage extends Cleanup {
|
||||
id: app.id,
|
||||
title: app.title,
|
||||
version: app.versionInstalled,
|
||||
uninstallWarning: app.uninstallWarning,
|
||||
uninstallAlert: app.uninstallAlert,
|
||||
}),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user