diff --git a/config/custom.js b/config/custom.js index a27a7e1..c0e1bdb 100755 --- a/config/custom.js +++ b/config/custom.js @@ -1,7 +1,7 @@ // custom.js (() => { const TAB_CLASS_PREFIX = "tab-"; - const knownTabs = new Set(["glance", "pncharris", "netgrimoire", "wasted-bandwidth", "nucking-futz"]); + const knownTabs = new Set(["glance", "netgrimoire", "wasted-bandwidth", "pncharris", "nucking-futz"]); function clearTabClasses() { document.body.classList.forEach((c) => { diff --git a/config/settings.yaml b/config/settings.yaml index f532eaa..27b1efa 100755 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -55,8 +55,7 @@ layout: VPN Protected Apps: tab: Wasted-Bandwidth name: Applications - style: row - columns: 5 + Nucking-Futz: @@ -65,5 +64,4 @@ layout: Nucking Apps: tab: Nucking-Futz name: Applications - style: row - columns: 5 +