| 1802 | |
| 1803 | void Viewer::OnSlideshowTimer() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowProgressArc = !profile.SlideshowProgressArc; } |
| 1804 | void Viewer::OnSlideshowReshuffle() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowAutoReshuffle = !profile.SlideshowAutoReshuffle; } |
| 1805 | void Viewer::OnCheatSheet() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowCheatSheet = !profile.ShowCheatSheet; } |
| 1806 | void Viewer::OnDebugLog() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowOutputLog = !profile.ShowOutputLog; } |
| 1807 | void Viewer::OnProfileMain() { if (!CropMode && (Config::GetProfile() != Profile::Main)) ChangProfile(Profile::Main); } |
nothing calls this directly
no outgoing calls
no test coverage detected