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:
Joe Uhren
2023-12-27 13:28:17 -07:00
parent c03178ef86
commit 8276f28841
6 changed files with 37 additions and 2 deletions
+10
View File
@@ -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