This commit is contained in:
Your Name
2025-04-22 20:29:07 +12:00
parent 5705b59d8b
commit cb76aa1e47
2 changed files with 15 additions and 8 deletions

View File

@ -54,6 +54,9 @@ std::vector<ServerInfo> get_configured_servers() {
void interactive_mode() {
interactive::fullscreen_window iw("DropShell Servers");
iw.set_input_text_display("Loading all servers' status...");
auto servers = get_configured_servers();
std::vector<std::string> server_names;
for (const auto& server : servers) {