From f4f569a5db22f3c5e11a59d28463a57f81e24398 Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Sun, 10 Apr 2022 23:15:28 -0600 Subject: [PATCH] Remove duplicate show_panels settings --- lib/settings.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/settings.js b/lib/settings.js index c049051..a39e2fd 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -418,8 +418,6 @@ exports.masternodes_page = { "enabled": true, // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) "show_panels": false, - // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) - "show_panels": false, // page_header: a collection of settings that pertain to the masternodes page header "page_header": { // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false) @@ -486,8 +484,6 @@ exports.network_page = { "enabled": true, // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) "show_panels": false, - // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) - "show_panels": false, // page_header: a collection of settings that pertain to the network page header "page_header": { // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false)