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

Function _termux_shared_root

Scripts/ButSystem.py:239–250  ·  view source on GitHub ↗

Return Termux shared storage root if termux-setup-storage was run.

()

Source from the content-addressed store, hash-verified

237 "glacier": {"label": "Glacier"},
238 "nightshade": {"label": "Nightshade"},
239 "sand": {"label": "Sand"},
240 "aqua": {"label": "Aqua"},
241 "orchid": {"label": "Orchid"},
242}
243
244ACCENT_CHOICES = [{"key": k, "label": v["label"]} for k, v in ACCENT_PRESETS.items()]
245FONT_CHOICES = [{"key": k, "label": v["label"]} for k, v in FONT_PRESETS.items()]
246UI_THEME_CHOICES = [{"key": k, "label": v["label"]} for k, v in UI_THEME_PRESETS.items()]
247
248DEFAULT_PREFS = {"accent_key": "purple", "font_key": "system", "ui_theme_key": "default"}
249
250
251LOGO_DARK_URL = "https://raw.githubusercontent.com/dedsec1121fk/dedsec1121fk.github.io/c0d1f698cc38dbd0535a94f8865ac9ba9fb45086/Assets/Images/Logos/Black%20Purple%20Butterfly%20Logo.jpeg"
252LOGO_LIGHT_URL = "https://raw.githubusercontent.com/dedsec1121fk/dedsec1121fk.github.io/c0d1f698cc38dbd0535a94f8865ac9ba9fb45086/Assets/Images/Logos/White%20Purple%20Butterfly%20Logo.jpeg"
253

Callers 2

_choose_homework_rootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected