mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Reader: run writeconfig_pagenumber when opening Quit window
This commit is contained in:
parent
582ace062b
commit
55bddcdbf6
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue