From 8aaf871bdf40cc44077f79cddf77c324cf1e3592 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 10 Jun 2023 13:19:53 +1000 Subject: [PATCH] README: Added settings information - Added information about the different settings files used in FireWallet - Included details on what each file stores and how to access them --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 3ff5ee2..4417d42 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,26 @@ You can use a Ledger device to sign transactions. You need to have Node, NPM, and git installed to use Ledger. The Ledger components are not included in the app. These will install when you first send HNS (not domains) from a Ledger. + + +# Settings +FireWallet uses a few different settings files. +They are stored in `%appdata%\FireWallet\` (`C:\Users\{username}\AppData\Roaming\FireWallet\`) + +## settings.txt +This file stores the user settings for the application. + +## node.txt +This file stores the node (HSD/Bob connection) settings. +The Network is the network you want to connect to (default is `0` for Mainnet). +If you delete this file, FireWallet will show the node setup screen on next startup. + +## theme.txt +This file stores the theme settings. +The theme is the color scheme of the application. +The `transparent-mode` key is used to enable or disable transparent modes. +There are 4 modes: `off` is disabled, `mica` is windows app style, `key` is to make 1 colour transparent, and `percent` is to set the opacity of the window. + +## log.txt +This file stores the logs for the application. +You should check this file if you have any issues with the application. \ No newline at end of file