Added an optional USD price panel
-New settings for the USD price panel were added to the config options -Added USD price to the getsummary API
This commit is contained in:
@@ -236,6 +236,16 @@
|
||||
"price_panel": {
|
||||
// enabled: Enable/disable the price panel (true/false)
|
||||
// If set to false, the price panel will be completely inaccessible
|
||||
"enabled": false,
|
||||
// display_order: Determine which order this panel is shown from 1-5
|
||||
// 1 = far left panel, 5 = far right panel
|
||||
// The panel will be disabled with a value of 0
|
||||
"display_order": 0
|
||||
},
|
||||
// usd_price_panel: a collection of settings that pertain to the usd price panel which displays the current market price measured in USD
|
||||
"usd_price_panel": {
|
||||
// enabled: Enable/disable the usd price panel (true/false)
|
||||
// If set to false, the usd price panel will be completely inaccessible
|
||||
"enabled": true,
|
||||
// display_order: Determine which order this panel is shown from 1-5
|
||||
// 1 = far left panel, 5 = far right panel
|
||||
|
||||
Reference in New Issue
Block a user