Request: Just show viewer's short name in update notification, not channel

This commit is contained in:
Liru Færs
2020-02-09 04:32:27 -05:00
parent 9548270306
commit 18539831d1
2 changed files with 3 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ void onCompleted(const LLSD& data, bool release)
args["RECOMMENDED_VER"] = recommended_version;
args["MINIMUM_VER"] = minimum_version;
args["URL"] = data["url"].asString();
args["TYPE"] = release ? "Viewer" : "Alpha";
static LLCachedControl<S32> lastver(release ? "SinguLastKnownReleaseBuild" : "SinguLastKnownAlphaBuild", 0);