16 lines
409 B
TOML
16 lines
409 B
TOML
|
|
||
|
[gui]
|
||
|
#Internal use only! Keep this to false!
|
||
|
enableGuiDebug = false
|
||
|
#Enable navigation buttons sound when pressing it
|
||
|
enableButtonSound = true
|
||
|
|
||
|
[OneProbe]
|
||
|
#Displays Advanced Info when sneaking only
|
||
|
enableOneProbeSneaking = true
|
||
|
#Displays: Network Name, Live Transfer Rate & Internal Buffer
|
||
|
enableOneProbeBasicInfo = true
|
||
|
#Displays: Transfer Limit & Priority etc
|
||
|
enableOneProbeAdvancedInfo = true
|
||
|
|