Skip to content

Commit

Permalink
Improve FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Oct 31, 2023
1 parent ac7e0a9 commit 50ddc27
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/pages/docs/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ const meta = {
[
{
question: "My transfer is slow",
answer: `In general bluetooth is slower than wifi, so try to always choose wifi if you can. Have a look at the <a href="/docs/setup" target="_blank">setup instructions</a>.`,
answer: `In general bluetooth is slower than wifi, so try to always choose wifi if you can. Have a look at the <a class="text-blue-600 hover:underline dark:text-gray-200" href="/docs/setup" target="_blank">setup instructions</a>.`,
},
{
question: "My devices is not shown (via network)",
answer: `Follow the <a href="/setup" target="_blank">setup</a> on your PC to ensure all settings are correct!`,
answer: `Follow the <a class="text-blue-600 hover:underline dark:text-gray-200" href="/setup" target="_blank">setup</a> on your PC to ensure all settings are correct!`,
},
],
]}
Expand All @@ -50,17 +50,27 @@ const meta = {
items={[
[
{
question: "Can I receive in the background?",
question: "Can I receive in background?",
answer:
"No, that is currently not supported, but will come soon. You can already use a quick setting to open the app directly to the receive screen.",
},
{
question: "What about the MAC-Address?",
answer:
"Your phone advertises itself with it's MAC-Address in order for the sending device to be able to connect to your phone. Due to privacy reasons, there's no way to get this address programmatically. With the wrong address you won't be able to receive!",
},
],
[
{
question: "My PC does not connect",
answer:
"I've your're using the YourPhone app from microsoft, you have to disconnect from your PC in the bluetooth settings on your phone until there's a fix for that.",
},
{
question: "`File already exists`",
answer:
"This is a known issue. Please rename the file on the sending device until there's a working solution.",
},
],
]}
/>
Expand Down

0 comments on commit 50ddc27

Please sign in to comment.