MCPcopy Create free account
hub / github.com/debuggyo/Exo / ModuleOptions

Class ModuleOptions

ignis/user_settings.py:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 clock: int = 0
65
66 class ModuleOptions(OptionsGroup):
67 show_date: bool = True
68 day_month_swapped: bool = False
69 military_time: bool = False
70 recording_indicator: str = "recording"
71 workspaces_style: str = "numbers"
72 fixed_workspaces_enabled: bool = True
73 fixed_workspaces_amount: int = 5
74
75 location = Locations()
76 visibility = Visibility()

Callers 1

ModulesClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected