mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-27 16:17:21 -08: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()
|
void reader::on_quitBtn_clicked()
|
||||||
{
|
{
|
||||||
|
writeconfig_pagenumber(true);
|
||||||
quitWindow = new quit();
|
quitWindow = new quit();
|
||||||
quitWindow->setAttribute(Qt::WA_DeleteOnClose);
|
quitWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
quitWindow->showFullScreen();
|
quitWindow->showFullScreen();
|
||||||
|
|
Loading…
Reference in a new issue