Skip to content

Commit 41a1db0

Browse files
authored
Minor storage page update (#142)
Explains that the first version of this does not allow for data directory editing, and that this is added at a later point. Also updated the mock-ups, which did not have the data directory setting yet.
1 parent 7d0efc7 commit 41a1db0

File tree

7 files changed

+12
-1
lines changed

7 files changed

+12
-1
lines changed
-20.9 KB
Loading
Loading
7.64 KB
Loading
Loading

assets/images/settings/storage.png

-7.22 KB
Loading

assets/images/settings/storage@2x.png

-17.7 KB
Loading

pages/settings/storage.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ indent: true
88

99
# Storage settings
1010

11-
Let's users define how much data the application should use. Also accessible in [first use]({{ '/first-use/' | relative_url }}).
11+
Lets users define how much data the application should use, and where the data should be stored. This screen is also accessible during [first use]({{ '/first-use/' | relative_url }}).
1212

1313
{% include picture.html
1414
image = "/assets/images/settings/storage.png"
@@ -19,4 +19,15 @@ Let's users define how much data the application should use. Also accessible in
1919
height = 712
2020
%}
2121

22+
In the initial implementation, the data directory is not editable. This will be added at a later time, see below. For details, see [this discussion](https://github.com/BitcoinDesign/Bitcoin-Core-App/issues/102#issuecomment-2075242035){:target="_blank"}.
23+
24+
{% include picture.html
25+
image = "/assets/images/settings/storage-edit-data-dir.png"
26+
retina = "/assets/images/settings/storage-edit-data-dir@2x.png"
27+
big = "/assets/images/settings/storage-edit-data-dir-big.png"
28+
alt-text = "Screen with basic storage settings & editable data directory"
29+
width = 800
30+
height = 712
31+
%}
32+
2233

0 commit comments

Comments
 (0)