mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
New loading icon
This commit is contained in:
parent
87b2d5bf8a
commit
c724c2e50b
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
BIN
interface/resources/icons/loadingDark.gif
Normal file
BIN
interface/resources/icons/loadingDark.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
|
@ -84,7 +84,7 @@ window.onload = function () {
|
|||
if (messageOptions.containsGif) {
|
||||
if (messageOptions.processingGif) {
|
||||
imageCount = message.action.length + 1; // "+1" for the GIF that'll finish processing soon
|
||||
message.action.unshift({ localPath: '../../../resources/icons/loading.gif' });
|
||||
message.action.unshift({ localPath: '../../../resources/icons/loadingDark.gif' });
|
||||
message.action.forEach(addImage);
|
||||
document.getElementById('p0').disabled = true;
|
||||
// UX question: Should we also check the box at this point? Might lead to confusing behavior,
|
||||
|
|
Loading…
Reference in a new issue