mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
Bookmarks now save on exit; not loaded on startup yet.
This commit is contained in:
@@ -507,7 +507,7 @@ void BookmarkView::onBookmarkChoice( wxCommandEvent &event ) {
|
||||
if (recentSel) {
|
||||
doBookmarkRecent(groupSel, recentSel);
|
||||
}
|
||||
if (bookmarkSel) {
|
||||
if (bookmarkSel && groupSel != "") {
|
||||
doMoveBookmark(bookmarkSel, groupSel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user