39 lines
828 B
INI
39 lines
828 B
INI
[general]
|
|
# 0: BCH
|
|
# 1: MilliBCH
|
|
# 2: MicroBCH
|
|
# 3: Bits
|
|
# 4: Satoshis
|
|
# unit=0
|
|
#
|
|
# when the app first starts up create a special
|
|
# wallet so the user can instantly start receiving.
|
|
create-start-wallet=true
|
|
|
|
countryCodes=en_US, en_GB, nl_NL, zh_CN
|
|
darkSkin=true
|
|
# activity-show-bch=true
|
|
|
|
[payment]
|
|
# Double Spend Proof timeout in milliseconds.
|
|
# After the timeout is reached we deem the tx safe.
|
|
# Defaults to 3000 (3 sec) if unset
|
|
dsp-timeout=300
|
|
|
|
# When manually typing the amount to pay, prefer BCH over fiat
|
|
# prefer-bch-input=false
|
|
|
|
[net]
|
|
useragent="Flowee:1 (PayMobile)"
|
|
|
|
[window]
|
|
# Which keyboard type to show at application unlock
|
|
# 0 = FullKeyboard
|
|
# 1 = SmallNumbersKeyboard
|
|
# 2 = BigNumbersKeyboard
|
|
unlocking-keyboard=1
|
|
|
|
# A percentage of system default, typically useful range is
|
|
# 75 to 300
|
|
# font-scaling=100
|