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

Method reloadOptions

YACReaderLibrary/library_window.cpp:2357–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355}
2356
2357void LibraryWindow::reloadOptions()
2358{
2359 contentViewsManager->comicsView->updateConfig(settings);
2360
2361 trayIconController->updateIconVisibility();
2362
2363 recentVisibilityCoordinator->updateTimeRange();
2364}
2365
2366QString LibraryWindow::currentPath()
2367{

Callers

nothing calls this directly

Calls 3

updateIconVisibilityMethod · 0.80
updateTimeRangeMethod · 0.80
updateConfigMethod · 0.45

Tested by

no test coverage detected