Start implementing the showing of server details in Hushd Tab

This commit is contained in:
Duke Leto
2021-11-05 08:55:40 -07:00
parent 7975f02a36
commit e7a23a4bfb
2 changed files with 51 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ Controller::Controller(MainWindow* main)
});
timer->start(Settings::priceRefreshSpeed);
main->ui->current_server->setText("current.server");
main->ui->config_server->setText("config.server");
main->ui->sticky_server->setText("Sticky?");
// Create the data model
model = new DataModel();