mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
Update progress background image to use copy on S3
This commit is contained in:
parent
29f4f5b21a
commit
f7addad5ac
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ var progressDialog = (function () {
|
||||||
cancelHeight = 32,
|
cancelHeight = 32,
|
||||||
textColor = { red: 255, green: 255, blue: 255 },
|
textColor = { red: 255, green: 255, blue: 255 },
|
||||||
textBackground = { red: 52, green: 52, blue: 52 },
|
textBackground = { red: 52, green: 52, blue: 52 },
|
||||||
backgroundUrl = "http://ctrlaltstudio.com/hifi/progress-background.svg", // DJRTODO: Update with HiFi location.
|
backgroundUrl = toolIconUrl + "progress-background.svg",
|
||||||
//backgroundUrl = "http://public.highfidelity.io/images/tools/progress-background.svg",
|
|
||||||
windowDimensions;
|
windowDimensions;
|
||||||
|
|
||||||
progressBackground = Overlays.addOverlay("image", {
|
progressBackground = Overlays.addOverlay("image", {
|
||||||
|
|
Loading…
Reference in a new issue