mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-06-08 07:07:29 +03:00
[FIX] Регрессия в dialog.js
This commit is contained in:
parent
b27d62024c
commit
d4d389b70d
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ function updateProfilesList(profiles) {
|
|||
serverList.getChildren().clear();
|
||||
var index = 0;
|
||||
profiles.forEach(function(profile, i, arr) {
|
||||
pingers[profile] = new ServerPinger(profile.getServerSocketAddress(), profile.getVersion());
|
||||
pingers[profile] = new ServerPinger(profile);
|
||||
|
||||
var serverBtn = new javafx.scene.control.ToggleButton(profile);
|
||||
|
||||
|
|
Loading…
Reference in a new issue