From fe4f295fcdf1b386d4faea883066ebd7fbe72001 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 1 Dec 2025 08:42:26 +1100 Subject: [PATCH] fix: style and capability --- main/components/LibrarySearch.vue | 6 +++--- src-tauri/remote/src/auth.rs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/components/LibrarySearch.vue b/main/components/LibrarySearch.vue index d4beffa..5facee0 100644 --- a/main/components/LibrarySearch.vue +++ b/main/components/LibrarySearch.vue @@ -38,7 +38,7 @@ >
{{ nav.name @@ -73,9 +73,9 @@ alt="" /> -
+

{{ item.label }}

diff --git a/src-tauri/remote/src/auth.rs b/src-tauri/remote/src/auth.rs index bb41ed0..cc24b7e 100644 --- a/src-tauri/remote/src/auth.rs +++ b/src-tauri/remote/src/auth.rs @@ -106,8 +106,8 @@ pub fn auth_initiate_logic(mode: String) -> Result { name: format!("{} (Desktop)", hostname.display()), platform: env::consts::OS.to_string(), capabilities: HashMap::from([ - ("PeerAPI".to_owned(), CapabilityConfiguration {}), - ("CloudSaves".to_owned(), CapabilityConfiguration {}), + ("peerAPI".to_owned(), CapabilityConfiguration {}), + ("cloudSaves".to_owned(), CapabilityConfiguration {}), ]), mode, };