You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like this feature as well, I looked into developing this, but there is a sequence in the code and basically the file is written to disk, and when the application knows the FSKID, it no longer knows what file it wrote.
Longtime ago, i make some change in source (filename format, add mode received picture)
But, haved same idea but haven't found some thing in past date.
I read you issue and i'm re-read code. I'm not codder and possible i add bug(s)
with my modification. So i'm sorry if don't work, simply erase my solution.
I'm make this :
in src/appglobal.h - line 73 add : extern QString oldFilename;
in src/appglobal.cpp - line 93 : QString oldFilename;
in src/dispatch/dispatcher.cpp - line 437 after line fileName = QString ....
add oldFilename = fileName;>/code>
Hello,
Thanks for this great app!
Can you add the possibility to add the "call sign" in the file name if exist ?
Because when the callsign is not present in the picture, it's impossible to know who as send this picture.
Thanks in advance !
Regards,
Mathieu
The text was updated successfully, but these errors were encountered: