mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Se evita que se regenere la portada desde el di?logo de propiedas a no ser que sea necesario
This commit is contained in:
parent
ea6261d7a2
commit
0210c3b831
@ -831,7 +831,10 @@ void PropertiesDialog::loadNextCover()
|
|||||||
|
|
||||||
showPreviousCoverPageButton->setEnabled(true);
|
showPreviousCoverPageButton->setEnabled(true);
|
||||||
//busyIndicator->show();
|
//busyIndicator->show();
|
||||||
coverChanged = true;
|
if(current+1 != *(comics.at(0).info.coverPage))
|
||||||
|
coverChanged = true;
|
||||||
|
else
|
||||||
|
coverChanged = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -853,6 +856,9 @@ void PropertiesDialog::loadPreviousCover()
|
|||||||
|
|
||||||
showNextCoverPageButton->setEnabled(true);
|
showNextCoverPageButton->setEnabled(true);
|
||||||
//busyIndicator->show();
|
//busyIndicator->show();
|
||||||
coverChanged = true;
|
if(current-1 != *(comics.at(0).info.coverPage))
|
||||||
|
coverChanged = true;
|
||||||
|
else
|
||||||
|
coverChanged = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ Publicado bajo licencia <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a
|
|||||||
<h1>Donaciones</h1>
|
<h1>Donaciones</h1>
|
||||||
<p>YACReader es gratis y open source</p>
|
<p>YACReader es gratis y open source</p>
|
||||||
<p>
|
<p>
|
||||||
Si te gusta YACReader, por favor, considera realizar una donación <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
|
Si te gusta YACReader, por favor, considera realizar una donación <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> ¡Dona! </a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user