Bookmarks now save on exit; not loaded on startup yet.

This commit is contained in:
Charles J. Cliffe
2016-12-12 23:47:05 -05:00
parent d48887d132
commit 746b7cfcae
5 changed files with 77 additions and 2 deletions
+1
View File
@@ -1300,6 +1300,7 @@ void AppFrame::OnClose(wxCloseEvent& event) {
wxGetApp().getConfig()->setRigFollowModem(rigFollowModemMenuItem->IsChecked());
#endif
wxGetApp().getConfig()->save();
wxGetApp().getBookmarkMgr().saveToFile("bookmarks.xml");
event.Skip();
}