Groq and OR switch without save
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m8s

This commit is contained in:
2026-01-27 06:29:46 +01:00
parent 20f6191385
commit 4b4331cd0c
4 changed files with 190 additions and 77 deletions

View File

@@ -14,6 +14,7 @@ pub fn run() {
news::save_rss_urls, // Geändert von save_rss_url zu save_rss_urls
news::fetch_ai_news,
news::fetch_rss_news,
news::save_groq_key,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");