Skip to content

Commit

Permalink
bookmarks: prepare to migrate bookmarks to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Aug 14, 2023
1 parent e4086b4 commit 3975627
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 584 deletions.
1 change: 0 additions & 1 deletion src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3661,7 +3661,6 @@ void MainWindow::on_actionAddBookmark_triggered()
BookmarkInfo info;
info.restore_settings(*rx->get_current_vfo().get());
info.frequency = freq;
info.modulation = uiDockRxOpt->currentDemodAsString();
info.name=name;
info.tags.clear();
if (tags.empty())
Expand Down
Loading

0 comments on commit 3975627

Please sign in to comment.