tauri shell, window controls, permissions

This commit is contained in:
2026-03-22 05:56:55 +02:00
parent b119358d7c
commit c9d5470950
63 changed files with 9865 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
jellyfin_client_lib::run()
}