mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix launchUI button
This commit is contained in:
@@ -444,7 +444,11 @@ export class SystemForEmbassy implements System {
|
||||
description: interfaceValue.description,
|
||||
hasPrimary: false,
|
||||
disabled: false,
|
||||
type: "api",
|
||||
type:
|
||||
interfaceValue.ui &&
|
||||
(origin.scheme === "http" || origin.sslScheme === "https")
|
||||
? "ui"
|
||||
: "api",
|
||||
masked: false,
|
||||
path: "",
|
||||
schemeOverride: null,
|
||||
|
||||
Reference in New Issue
Block a user