Skip to content

Commit e48b138

Browse files
authored
Add StikStore support
1 parent d4af7b1 commit e48b138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-tauri/src/pairing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const PAIRING_APPS: &[(&str, &str)] = &[
2424
("Antrag", "pairingFile.plist"),
2525
("SparseBox", "pairingFile.plist"),
2626
("ProStore", "pairingFile.plist"),
27+
("StikStore", "pairingFile.plist"),
2728
];
2829

2930
async fn pairing_file(

0 commit comments

Comments
 (0)