mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
Don't clear numPages when deleting metadata
This commit is contained in:
parent
44638219f1
commit
ad4139e017
@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
||||
|
||||
### YACReaderLibrary
|
||||
* Fix scroll in grid views when using Qt6 builds.
|
||||
* Fix deleting metadata from comics also deleted the number of pages info.
|
||||
|
||||
## 9.11
|
||||
|
||||
|
@ -203,7 +203,6 @@ void ComicInfo::deleteMetadata()
|
||||
title = QVariant();
|
||||
|
||||
coverPage = QVariant();
|
||||
numPages = QVariant();
|
||||
|
||||
number = QVariant();
|
||||
isBis = QVariant();
|
||||
|
Loading…
Reference in New Issue
Block a user