@@ -707,7 +707,7 @@ def _settings(self) -> dict:
707707 },
708708 },
709709 "Patch" : {
710- "Root Volume Patching " : {
710+ "Patch-General " : {
711711 "type" : "title" ,
712712 },
713713 "TeraScale 2 Acceleration" : {
@@ -742,6 +742,21 @@ def _settings(self) -> dict:
742742 ],
743743 "condition" :self .audio_check ()
744744 },
745+ "Launchpad Version Change" : {
746+ "type" : "choice" ,
747+ "choices" : [
748+ "26.0 Beta 4" ,
749+ "26.0 Beta 2"
750+ ],
751+ "value" : self .constants .launchpad_version ,
752+ "variable" : "launchpad_version" ,
753+ "constants_variable" : "launchpad_version" ,
754+ "description" : [
755+ " - 26.0 Beta 4: Using macOS 26.0 Beta 4 socures." ,
756+ " - 26.0 Beta 2: Using macOS 26.0 Beta 2 socures." ,
757+ ],
758+
759+ },
745760 "wrap_around 1" : {
746761 "type" : "wrap_around" ,
747762 },
@@ -754,8 +769,30 @@ def _settings(self) -> dict:
754769 "When enabled, this will patch the Old USB" ,
755770 "extensions on Tahoe." ,
756771 ],
772+ },
773+ "Allow Tahoe Control Center Patch" : {
774+ "type" : "checkbox" ,
775+ "value" : self .constants .change_control_center ,
776+ "variable" : "change_control_center" ,
777+ "constants_variable" : "change_control_center" ,
778+ "description" : [
779+ "When enabled, this will patch the Control" ,
780+ "Center on Tahoe." ,
781+ ],
782+ },
783+ "Allow Launchpad Patch" : {
784+ "type" : "checkbox" ,
785+ "value" : self .constants .change_launchpad ,
786+ "variable" : "change_launchpad" ,
787+ "constants_variable" : "change_launchpad" ,
788+ "description" : [
789+ "When enabled, this will patch the Control" ,
790+ "Center on Tahoe." ,
791+ ],
757792 },
758- "Non-Metal Configuration" : {
793+ },
794+ "Non-Metal" :{
795+ "Non-Metal Settings" : {
759796 "type" : "title" ,
760797 },
761798 "Log out required to apply changes to SkyLight" : {
@@ -768,7 +805,6 @@ def _settings(self) -> dict:
768805 "description" : [
769806 "If Beta Menu Bar is enabled," ,
770807 "menu bar colour will dynamically" ,
771- "change as needed." ,
772808 ],
773809 "override_function" : self ._update_system_defaults ,
774810 "condition" : gui_support .CheckProperties (self .constants ).host_is_non_metal (general_check = True )
@@ -803,9 +839,6 @@ def _settings(self) -> dict:
803839 "variable" : "Amy.MenuBar2Beta" ,
804840 "description" : [
805841 "Supports dynamic colour changes." ,
806- "Note: Setting is still experimental." ,
807- "If you experience issues, please" ,
808- "disable this setting." ,
809842 ],
810843 "override_function" : self ._update_system_defaults ,
811844 "condition" : gui_support .CheckProperties (self .constants ).host_is_non_metal (general_check = True )
@@ -830,7 +863,6 @@ def _settings(self) -> dict:
830863 "override_function" : self ._update_system_defaults ,
831864 "condition" : gui_support .CheckProperties (self .constants ).host_is_non_metal (general_check = True )
832865 },
833-
834866 },
835867 "App" : {
836868 "General" : {
0 commit comments