You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an OptionButton to StorageOptions that represents a custom prune target set by a user after they have configured a prune target in Detailed Settings during onboarding
Implement a new control in place of ValueInput that:
only accepts numbers as input, and does some simple validation on the input number to make sure it's valid (Probably should be a TextInput, setting a proper inputMethodHint with an IntValidator)
When a value is invalid the following warning should be represented within the setting
V1 release is approaching, this is a meta issue detailing the remaining tasks to complete before we can release:
Requirements
TODO ✍️
true
OptionsModel
to keep track of what settings are being updated, and only write tosettings.json
when told to do soIn Progress 🛠️
Completed ✅
Prune
toggle switch is disabledsettings.json
orbitcoin.conf
exist in default datadir or in supplied-datadir
Detailed Settings
during onboardingValueInput
that:Stretch-Goals
The text was updated successfully, but these errors were encountered: