MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / load_menu_autostart_preference

Function load_menu_autostart_preference

Scripts/Settings.py:211–220  ·  view source on GitHub ↗

Loads the menu auto-start preference. Defaults to True.

()

Source from the content-addressed store, hash-verified

209
210# --- Sponsors-Only shortcuts ---
211SPONSORS_TIERS = {
212 "3": {
213 "key": "3",
214 "label": "Sponsors-Only $3 Tier",
215 "short_label": "$3 Tier",
216 "repo_full_name": "DedSec-Project-Official/Sponsors-Only-3",
217 "repo_url": "https://github.com/DedSec-Project-Official/Sponsors-Only-3",
218 "git_url": "https://github.com/DedSec-Project-Official/Sponsors-Only-3.git",
219 "root_name": "Sponsors-Only-3",
220 "old_root_names": ["Sponsors-Only-3-main", "Sponsors-Only-main", "Sponsors-Only"],
221 },
222 "9": {
223 "key": "9",

Callers 3

update_bashrcFunction · 0.70
get_menu_autostart_labelFunction · 0.70
toggle_menu_autostartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected