Skip to content

Commit 9571f2c

Browse files
authored
Merge pull request #397 from minh-ton/main
Add support for Reynard Browser
2 parents 3847bf9 + 513ec03 commit 9571f2c

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
@@ -51,6 +51,7 @@ const PAIRING_APPS: &[(&str, &str)] = &[
5151
("SparseBox", "pairingFile.plist"),
5252
("StikStore", "pairingFile.plist"),
5353
("ByeTunes", "pairing file/pairingFile.plist"),
54+
("Reynard", "pairingFile.plist"),
5455
];
5556

5657
#[derive(Serialize)]

0 commit comments

Comments
 (0)