tidying
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user