diff --git a/fah/ClientConfig.py b/fah/ClientConfig.py
index 7a6b817..1694203 100644
--- a/fah/ClientConfig.py
+++ b/fah/ClientConfig.py
@@ -440,8 +440,9 @@ class ClientConfig:
# Selected the first item if nothing is selected
if selected_row is None:
selected_row = app.slot_status_list.get_iter_first()
- app.slot_status_tree.get_selection().select_iter(selected_row)
- self.select_slot(app)
+ if selected_row is not None:
+ app.slot_status_tree.get_selection().select_iter(selected_row)
+ self.select_slot(app)
if log_filter_row is None:
log_filter_row = app.slot_status_list.get_iter_first()
diff --git a/fah/FAHControl.glade b/fah/FAHControl.glade
index 4d2a9c0..959df4c 100644
--- a/fah/FAHControl.glade
+++ b/fah/FAHControl.glade
@@ -108,7 +108,7 @@
False
@@ -207,8 +207,8 @@
TrueFalse<b>Project Leader</b>
-Dr. Vijay Pande
-Stanford University
+Dr. Gregory Bowman
+Washington State University in Saint Louis
Truecenter
@@ -310,6 +310,10 @@ Joe Heimann, jheimann
ANY
Any
+
+
COVID_19
+
COVID-19
+
ALZHEIMERS
Alzheimer's
@@ -326,6 +330,10 @@ Joe Heimann, jheimann