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

Method applySavedReaderMode

YACReader/main_window_viewer.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void MainWindowViewer::applySavedReaderMode()
129{
130 Configuration &config = Configuration::getConfiguration();
131 const bool manga = config.getDoubleMangaPage();
132 const bool continuousScroll = config.getContinuousScroll();
133 viewer->setMangaWithoutStoringSetting(manga);
134 viewer->setContinuousScrollWithoutStoringSetting(continuousScroll);
135 syncModeActions(manga, continuousScroll);
136}
137
138void MainWindowViewer::applyLibraryReaderMode(YACReader::FileType type)
139{

Callers

nothing calls this directly

Tested by

no test coverage detected