Skip to content

Commit 95f949d

Browse files
committed
minor adjustments
1 parent 9da8ddb commit 95f949d

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

src/routes/faq/+page.svelte

+21-12
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,33 @@
8181
</ul>
8282

8383
<DocHeader id="does-flow-have-online-sync">Does Flow have online sync?</DocHeader>
84-
85-
<p>
86-
If you have Flow 0.14.0 or later on iOS, iPadOS, or macOS, you can use iCloud. This required iCloud Drive sync to
87-
be enabled on your device. This feature does not support multiple devices syncing. Flow will attempt to save your
88-
manual backups to your iCloud Drive too.
89-
90-
<br />
91-
92-
If you have Android, Windows, or Linux, it's not available at the moment. It's planned, and may take some time to
93-
be ready for use. I recommend doing periodic backups to avoid data loss.
94-
</p>
84+
<details open>
85+
<summary>
86+
For users on Android, Windows, or Linux
87+
</summary>
88+
<p>
89+
It's not available at the moment. It's planned, and may take some time to
90+
be ready for use. I recommend doing periodic backups to avoid data loss.
91+
</p>
92+
</details>
93+
<br />
94+
<details open>
95+
<summary>
96+
For users on iOS, or macOS
97+
</summary>
98+
<p>
99+
If you have Flow 0.14.0 or later on iOS, iPadOS, or macOS, you can use iCloud. This required iCloud Drive sync
100+
to be enabled on your device. This feature does not support multiple devices syncing. Flow will attempt to save
101+
your manual backups to your iCloud Drive too.
102+
</p>
103+
</details>
95104

96105
<DocHeader id="why-icloud-sync-isnt-working">Why iCloud sync isn't working?</DocHeader>
97106

98107
<ul class="list-inside list-disc">
99108
<li>Ensure you've logged into your Apple Account on your device (in System Settings, not on Flow)</li>
100109
<li>Ensure you've enabled iCloud Drive sync in System Settings &gt; Apple Account &gt; iCloud &gt; iCloud Drive &gt; Sync this iPhone (or your device's name)</li>
101-
<li>Ensure you've allowed Flow to access iCloud inSystem Settings &gt; Apple Account &gt; iCloud &gt; iCloud Drive &gt; Apps Syncing to iCloud Drive</li>
110+
<li>Ensure you've allowed Flow to access iCloud in System Settings &gt; Apple Account &gt; iCloud &gt; iCloud Drive &gt; Apps Syncing to iCloud Drive</li>
102111
<li>Flow refuses to upload the backup if it's older than the current file on iCloud. You may want to check your device's date and time settings.</li>
103112
</ul>
104113

0 commit comments

Comments
 (0)