Skip to content

Fixing progressbar stoping after 2GB of file transfer#760

Merged
suricactus merged 1 commit intomasterfrom
fixing_progressbar_stops_after_2gb
Apr 15, 2026
Merged

Fixing progressbar stoping after 2GB of file transfer#760
suricactus merged 1 commit intomasterfrom
fixing_progressbar_stops_after_2gb

Conversation

@SeqLaz
Copy link
Copy Markdown
Member

@SeqLaz SeqLaz commented Apr 14, 2026

This PR fixes a UI bug where the upload and download progress bars freeze or display incorrect percentages when transferring files larger than ~2.14 GB. This due to the C++ 32-bit signed integer (by the Qt), which has a maximum limit of 2,147,483,647.

Before After

@SeqLaz SeqLaz requested review from gounux and suricactus April 14, 2026 16:07
@suricactus suricactus merged commit 8188a9c into master Apr 15, 2026
8 checks passed
@suricactus suricactus deleted the fixing_progressbar_stops_after_2gb branch April 15, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants