mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-05 14:47:39 +00:00
Display export progress starting with 1 / N.
This commit is contained in:
parent
091d1157da
commit
c48937a2f5
@ -28,7 +28,7 @@ Content ContentFromState(const ProcessingState &state) {
|
||||
};
|
||||
const auto pushMain = [&](const QString &label) {
|
||||
const auto info = (state.entityCount > 0)
|
||||
? (QString::number(state.entityIndex)
|
||||
? (QString::number(state.entityIndex + 1)
|
||||
+ " / "
|
||||
+ QString::number(state.entityCount))
|
||||
: QString();
|
||||
|
Loading…
Reference in New Issue
Block a user