mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Some additional custom build opts; fix compile order issue on OSX; patch tuning label font glitch.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user