diff --git a/reader.cpp b/reader.cpp index f0d493b..4721ae0 100644 --- a/reader.cpp +++ b/reader.cpp @@ -2217,6 +2217,7 @@ void reader::openBookFileNative(QString book, bool relativePath) { void reader::on_quitBtn_clicked() { + writeconfig_pagenumber(true); quitWindow = new quit(); quitWindow->setAttribute(Qt::WA_DeleteOnClose); quitWindow->showFullScreen();