mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +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,
|
||||
textColor = { red: 255, green: 255, blue: 255 },
|
||||
textBackground = { red: 52, green: 52, blue: 52 },
|
||||
backgroundUrl = "http://ctrlaltstudio.com/hifi/progress-background.svg", // DJRTODO: Update with HiFi location.
|
||||
//backgroundUrl = "http://public.highfidelity.io/images/tools/progress-background.svg",
|
||||
backgroundUrl = toolIconUrl + "progress-background.svg",
|
||||
windowDimensions;
|
||||
|
||||
progressBackground = Overlays.addOverlay("image", {
|
||||
|
|
Loading…
Reference in a new issue