1
0

Shutdown animation

This commit is contained in:
Scott E. Graves
2017-04-28 15:15:46 -05:00
parent 584dc4bf5a
commit a69a2b53a3
5 changed files with 30 additions and 14 deletions

BIN
htdocs/images/shutdown.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

View File

@@ -205,5 +205,6 @@
</div>
<button id="ID_RenterUploadsOk" style="width: 110px" type="button">Back</button>
</div>
<div id="shutdown_window" class="hidden-element" style="padding: 0; margin: 0;position: fixed; height: 100%; width: 100%;background-image: url(./images/shutdown.gif); background-size: cover; z-index: 99999"></div>
</body>
</html>

View File

@@ -186,6 +186,9 @@
if (document.getElementById('sia_settings_window').classList.contains('hidden-element')) {
setChecked('ID_SettingsLaunchFileManager', launch);
}
},
displayShutdownWindow: () => {
setMainWindow('shutdown_window');
}
};
})();