| 2355 | } |
| 2356 | |
| 2357 | void LibraryWindow::reloadOptions() |
| 2358 | { |
| 2359 | contentViewsManager->comicsView->updateConfig(settings); |
| 2360 | |
| 2361 | trayIconController->updateIconVisibility(); |
| 2362 | |
| 2363 | recentVisibilityCoordinator->updateTimeRange(); |
| 2364 | } |
| 2365 | |
| 2366 | QString LibraryWindow::currentPath() |
| 2367 | { |
nothing calls this directly
no test coverage detected