Fixed an accidental overflow bug when determining when to scroll text horizontally or not

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 6866f90329
commit 1b915a7f9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "managarr"
version = "0.1.9"
version = "0.1.10"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "A TUI for managing *arr servers"
edition = "2021"