feat: add api request

This commit is contained in:
2026-04-29 22:09:23 +02:00
parent 3bfa31fcd2
commit 1976610833
5 changed files with 73 additions and 28 deletions
+1
View File
@@ -6,6 +6,7 @@ mod rutracker;
slint::include_modules!();
fn main() -> Result<(), Box<dyn Error>> {
rutracker::search("test");
let ui = AppWindow::new()?;
ui.on_request_text_input(|text| {