STEPS TO REPRODUCE 1. Attempt to save an image using the button on the toolbar OBSERVED RESULT Open File dialog is shown and you cannot save the image EXPECTED RESULT Save File dialog is shown and can save the image
Can confirm. Just to double check that you mean in the image maximize view as that is where I see it
Not a recent regression. Same bug exists in 23.08.4
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1561
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1562
Fixed for branch release/23.08 https://invent.kde.org/network/neochat/-/merge_requests/1562 Hopefully someone can check it out for master and get it there. Note: It seems there might be a lot of erroneous variable name issues in the QML code. It would be good to find a way to autodetect them.
(In reply to Bug Janitor Service from comment #3) > A possibly relevant merge request was started @ > https://invent.kde.org/network/neochat/-/merge_requests/1561 Sorry, this was a wrong one. Selected the wrong branch by mistake.
Git commit d26a6916478b9eb76c9d09a675c74ce6a04df3cd by Tobias Fella, on behalf of Ulterno Ω*. Committed on 11/02/2024 at 12:17. Pushed by tfella into branch 'release/23.08'. Fix saving images Fixed variable names and scope resolution for saveAsDialog in NeochatMaximizeComponent Hence, correcting the File Dialog type and making the downloadFile function work. M +2 -2 src/qml/Component/NeochatMaximizeComponent.qml https://invent.kde.org/network/neochat/-/commit/d26a6916478b9eb76c9d09a675c74ce6a04df3cd