Request: Just show viewer's short name in update notification, not channel
This commit is contained in:
@@ -47,7 +47,6 @@ void onCompleted(const LLSD& data, bool release)
|
|||||||
args["RECOMMENDED_VER"] = recommended_version;
|
args["RECOMMENDED_VER"] = recommended_version;
|
||||||
args["MINIMUM_VER"] = minimum_version;
|
args["MINIMUM_VER"] = minimum_version;
|
||||||
args["URL"] = data["url"].asString();
|
args["URL"] = data["url"].asString();
|
||||||
args["TYPE"] = release ? "Viewer" : "Alpha";
|
|
||||||
|
|
||||||
static LLCachedControl<S32> lastver(release ? "SinguLastKnownReleaseBuild" : "SinguLastKnownAlphaBuild", 0);
|
static LLCachedControl<S32> lastver(release ? "SinguLastKnownReleaseBuild" : "SinguLastKnownAlphaBuild", 0);
|
||||||
|
|
||||||
|
|||||||
@@ -11842,7 +11842,7 @@ You have just entered a [SHORT_APP_NAME] support group chat. To help provide sup
|
|||||||
label="Update Available"
|
label="Update Available"
|
||||||
name="RecommendedUpdate"
|
name="RecommendedUpdate"
|
||||||
type="notify">
|
type="notify">
|
||||||
A newer version, [RECOMMENDED_VER], is available for Singularity[TYPE].
|
A newer version, [RECOMMENDED_VER], is available for [SHORT_APP_NAME].
|
||||||
|
|
||||||
Click [Visit Page] to open
|
Click [Visit Page] to open
|
||||||
[URL]
|
[URL]
|
||||||
@@ -11860,7 +11860,7 @@ for information and download links for this new version.
|
|||||||
name="UrgentUpdate"
|
name="UrgentUpdate"
|
||||||
priority="high"
|
priority="high"
|
||||||
type="notify">
|
type="notify">
|
||||||
Your version of Singularity[TYPE] is critically out of date!
|
Your version of [SHORT_APP_NAME] is critically out of date!
|
||||||
|
|
||||||
It is STRONGLY recommended to download a newer version of this viewer due to grid compatibility and/or security concerns.
|
It is STRONGLY recommended to download a newer version of this viewer due to grid compatibility and/or security concerns.
|
||||||
|
|
||||||
@@ -11881,7 +11881,7 @@ for information and download links for newer versions.
|
|||||||
name="UrgentUpdateModal"
|
name="UrgentUpdateModal"
|
||||||
priority="high"
|
priority="high"
|
||||||
type="alertmodal">
|
type="alertmodal">
|
||||||
Your version of Singularity[TYPE] is critically out of date!
|
Your version of [SHORT_APP_NAME] is critically out of date!
|
||||||
|
|
||||||
It is STRONGLY recommended to download a newer version of this viewer due to grid compatibility and/or security concerns.
|
It is STRONGLY recommended to download a newer version of this viewer due to grid compatibility and/or security concerns.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user