mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-04-17 22:12:23 -04: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