MCPcopy Create free account
hub / github.com/YACReader/yacreader / updateVisibility

Method updateVisibility

YACReaderLibrary/recent_visibility_coordinator.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void RecentVisibilityCoordinator::updateVisibility()
29{
30 auto visibility = settings->value(DISPLAY_RECENTLY_INDICATOR, true).toBool();
31
32 folderModel->setShowRecent(visibility);
33 folderContentView->setShowRecent(visibility);
34 comicModel->setShowRecent(visibility);
35}

Callers

nothing calls this directly

Calls 1

setShowRecentMethod · 0.45

Tested by

no test coverage detected