| 2883 | } |
| 2884 | |
| 2885 | void App::fullscreenToggle() { |
| 2886 | mWindow->toggleFullscreen(); |
| 2887 | mSettings->updateViewMenu(); |
| 2888 | } |
| 2889 | |
| 2890 | void App::showGlobalSearch( bool searchAndReplace, std::optional<std::string> pathFilters ) { |
| 2891 | mGlobalSearchController->showGlobalSearch( searchAndReplace, pathFilters ); |
nothing calls this directly
no test coverage detected