Loads the menu auto-start preference. Defaults to True.
()
| 209 | |
| 210 | # --- Sponsors-Only shortcuts --- |
| 211 | SPONSORS_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", |
no outgoing calls
no test coverage detected