From 3baf3d2545ba6ece6b74a64c0def59bd0774cf54 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 10 Jun 2026 16:34:12 +0000
Subject: [PATCH] =Laid the groundwork for an improved DashboardManager.php setup. Have to put it aside so I can get the dang Northeh done though.

---
 base/options.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/base/options.php b/base/options.php
index 50f0979..7f7cc3f 100644
--- a/base/options.php
+++ b/base/options.php
@@ -60,8 +60,9 @@
 			$this->fields->addField(
 				'open_to_public',
 				[
-					'type'	=> 'true_false',
-					'label'	=> 'Open to Public?'
+					'type'		=> 'true_false',
+					'label'		=> 'Open to Public?',
+					'default'	=> 1,
 				]
 			);
 

--
Gitblit v1.10.0