mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 08:01:46 -03:00
trying
This commit is contained in:
@@ -638,9 +638,6 @@ function setupUI() {
|
||||
// Setup retry button
|
||||
setupRetryButton();
|
||||
|
||||
// Setup draggable progress bar
|
||||
setupProgressDrag();
|
||||
|
||||
lockPlayButton(true);
|
||||
|
||||
setTimeout(() => {
|
||||
@@ -741,6 +738,7 @@ window.LauncherUI = {
|
||||
|
||||
// Make installation effects globally available
|
||||
|
||||
|
||||
// Draggable progress bar functionality
|
||||
function setupProgressDrag() {
|
||||
if (!progressOverlay) return;
|
||||
|
||||
Reference in New Issue
Block a user