MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_Options_Theme_SystemClick

Method M_Options_Theme_SystemClick

Source/GUI/VCL/GUI_Main.cpp:1674–1679  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1672
1673//---------------------------------------------------------------------------
1674void __fastcall TMainF::M_Options_Theme_SystemClick(TObject *Sender)
1675{
1676 Prefs->Config(__T("Theme")) = __T("0");
1677 Prefs->Config.Save();
1678 ConfigTheme();
1679}
1680
1681//---------------------------------------------------------------------------
1682void __fastcall TMainF::M_Options_Theme_LightClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.45

Tested by

no test coverage detected