Skip to content

Commit

Permalink
Add note about -resetguisettings
Browse files Browse the repository at this point in the history
Along with styling for inline code.
  • Loading branch information
GBKS committed May 8, 2024
1 parent 14fb9ee commit 01231b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions _sass/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ article {
}
}

ol li code,
ul li code,
p code {
background-color: var(--neutral-2);
padding: 2px 5px 2px 5px;
width: 100%;
overflow-x: hidden;
font-family: $fonts;
font-size: 18px;
border-radius: 3px;
}

ol, ul {
margin: 10px 0 0 0;
padding: 0 0 0 20px;
Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ The current application only includes a simple [onboarding process]({{ '/first-u
- Older Android devices may not allow you to install the application
- If the application crashes on start, see if you have a bitcoin.conf file and all settings it contains are correct
- Pull requests are likely set to signet, the switch to mainnet will come soon
- To ensure you see the onboarding flow, start the application with ```-resetguisettings```

#### Test the latest code

This is the latest code that has been reviewed and merged code, but not a milestone, tag, or release.
- Log in to GitHub
- Navigate to the [Actions page](https://github.com/bitcoin-core/gui-qml/actions?query=is%3Asuccess){:target="_blank"}
Expand All @@ -70,7 +72,7 @@ This is the latest code that has been reviewed and merged code, but not a milest

There are two things you might need to do before you can run the application.

If MacOS sees the downloaded file as a document and not as an application, run this code in the Terminal (in the folder you downloadd the file to):
If MacOS sees the downloaded file as a document and not as an application, run this code in the Terminal (in the folder you download the file to):

chmod +x ./bitcoin-qt

Expand Down

0 comments on commit 01231b0

Please sign in to comment.