1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

plugins: improve version check

This commit is contained in:
bbedward
2026-01-07 09:46:55 -05:00
parent ec5b507efc
commit 634e75b80c
7 changed files with 73 additions and 14 deletions

View File

@@ -66,6 +66,7 @@ func HandleSearch(conn net.Conn, req models.Request) {
Dependencies: p.Dependencies,
Installed: installed,
FirstParty: strings.HasPrefix(p.Repo, "https://github.com/AvengeMedia"),
RequiresDMS: p.RequiresDMS,
}
}