Some additional custom build opts; fix compile order issue on OSX; patch tuning label font glitch.

This commit is contained in:
Charles J. Cliffe
2017-03-20 20:20:17 -04:00
parent b0ec698012
commit ec10f2523e
6 changed files with 44 additions and 16 deletions
+4
View File
@@ -296,7 +296,11 @@ AppConfig::AppConfig() : configName("") {
mainSplit = -1;
visSplit = -1;
bookmarkSplit = 200;
#ifdef CUBICSDR_DEFAULT_HIDE_BOOKMARKS
bookmarksVisible.store(false);
#else
bookmarksVisible.store(true);
#endif
#ifdef USE_HAMLIB
rigEnabled.store(false);