SIGN IN SIGN UP
flameshot-org / flameshot UNCLAIMED

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:

0 0 70 C++

Fix save file name with '.'s in it (#1773)

Using QFileInfo::baseName() discards everything after the first ., so
filenames like 1.2.3.4.png would be changed to 1.png. (See #1722).

Changing this to QFileInfo::completeBaseName() only discards the suffix,
so we have 1.2.3.4.jpg becoming 1.2.3.4.png, for example.
C
Chua Hou committed
fbfad24a65ba400a706dff3611e958866544d47c
Parent: 1031980
Committed by GitHub <noreply@github.com> on 7/29/2021, 1:10:35 PM