mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Display export progress starting with 1 / N.
This commit is contained in:
parent
091d1157da
commit
c48937a2f5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue