Fully functional manual searching capabilities and refresh capabilities for all movies, downloads, and collections

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 05b8f85dfb
commit 6735849518
12 changed files with 426 additions and 66 deletions
+4
View File
@@ -289,6 +289,10 @@ impl HorizontallyScrollableText {
self.reset_offset();
}
}
pub fn stationary_style(&self) -> String {
self.text.clone().trim().to_owned()
}
}
#[derive(Clone)]