mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
agent: removes exinst from appmanifest types
This commit is contained in:
committed by
Aiden McClelland
parent
2d10220e52
commit
b4d1db7e11
@@ -253,7 +253,7 @@ getInstalledAppsLogic = do
|
||||
, appInstalledPreviewStatus = s
|
||||
, appInstalledPreviewVersionInstalled = v
|
||||
, appInstalledPreviewTorAddress = infoResTorAddress
|
||||
, appInstalledPreviewUi = withSome1 infoResManifest AppManifest.hasUi
|
||||
, appInstalledPreviewUi = AppManifest.hasUi infoResManifest
|
||||
}
|
||||
|
||||
pure $ HML.elems $ HML.union installingPreviews installedPreviews
|
||||
|
||||
Reference in New Issue
Block a user