| 1788 | |
| 1789 | |
| 1790 | void Viewer::OnFileBrowser() |
| 1791 | { |
| 1792 | #ifdef PACKAGE_SNAP |
| 1793 | static int messageCount = 2; |
| 1794 | if (messageCount-- > 0) |
| 1795 | Request_SnapMessage_NoFileBrowse = true; |
| 1796 | #else |
| 1797 | if (CurrImage) |
| 1798 | tSystem::tOpenSystemFileExplorer(CurrImage->Filename); |
| 1799 | #endif |
| 1800 | } |
| 1801 | |
| 1802 | |
| 1803 | void Viewer::OnSlideshowTimer() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowProgressArc = !profile.SlideshowProgressArc; } |
nothing calls this directly
no outgoing calls
no test coverage detected