mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
improved save current page
This commit is contained in:
@ -779,4 +779,9 @@ void Viewer::showIsLastMessage()
|
||||
{
|
||||
notificationsLabel->setText(tr("Last page!"));
|
||||
notificationsLabel->flash();
|
||||
}
|
||||
|
||||
unsigned int Viewer::getIndex()
|
||||
{
|
||||
return render->getIndex()+1;
|
||||
}
|
Reference in New Issue
Block a user