gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.11k stars 545 forks source link

Fix create tag context menu from bookmark dock #1395

Open yuzawa-san opened 1 week ago

yuzawa-san commented 1 week ago

defect: when using the create tag context menu option from the bookmarks dock, the new tag is not visible in the new bookmark dialog or the edit tags (when a bookmark is double clicked). i believe this is because the editing of tags is disabled currently. that would have ordinarily saved the tag, but instead that tag goes into limbo now.

fix: use a dedicated input dialog for the new tag instead of the editing of a new table row.