diff options
-rw-r--r-- | find_session.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/find_session.v b/find_session.v index c1250a7..3572a67 100644 --- a/find_session.v +++ b/find_session.v @@ -231,7 +231,6 @@ fn setup_states() { println(term.header('Available State', '=')) start_x := width/2 - 10 mut start_y := 5 - mut selected_state := 0 term.set_cursor_position(x: start_x, y: start_y) states := get_states() or { |