mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Display export progress starting with 1 / N.
This commit is contained in:
@@ -28,7 +28,7 @@ Content ContentFromState(const ProcessingState &state) {
|
|||||||
};
|
};
|
||||||
const auto pushMain = [&](const QString &label) {
|
const auto pushMain = [&](const QString &label) {
|
||||||
const auto info = (state.entityCount > 0)
|
const auto info = (state.entityCount > 0)
|
||||||
? (QString::number(state.entityIndex)
|
? (QString::number(state.entityIndex + 1)
|
||||||
+ " / "
|
+ " / "
|
||||||
+ QString::number(state.entityCount))
|
+ QString::number(state.entityCount))
|
||||||
: QString();
|
: QString();
|
||||||
|
Reference in New Issue
Block a user