aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c7cc30a..88ce6fa 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -192,6 +192,7 @@ This program comes with ABSOLUTELY NO WARRANTY; and is made available under the
endwin();
} else {
- gui_test();
+ let mut gui = GUI::new();
+ gui.run();
}
}