MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / get_appearance_mode

Function get_appearance_mode

gui/theme.py:19–21  ·  view source on GitHub ↗

Get the current appearance mode.

()

Source from the content-addressed store, hash-verified

17
18
19def get_appearance_mode() -> AppearanceMode:
20 """Get the current appearance mode."""
21 return _current_mode
22
23
24def set_appearance_mode(mode: AppearanceMode) -> None:

Callers 2

_save_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected