test: Added in unit tests for TUI support for multiple custom named Servarrs

This commit is contained in:
2025-02-27 19:30:17 -07:00
parent 9b63b10118
commit f87e02cd7c
76 changed files with 1635 additions and 1403 deletions
+4
View File
@@ -297,6 +297,10 @@ impl TabState {
}
pub fn get_active_config(&self) -> &Option<ServarrConfig> {
if self.tabs.is_empty() {
return &None;
}
&self.tabs[self.index].config
}