mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Fix flip-flopping config path conflict when using alternate build name.
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ bool CubicSDR::OnInit() {
|
||||
#endif
|
||||
|
||||
|
||||
wxApp::SetAppName("CubicSDR");
|
||||
wxApp::SetAppName(CUBICSDR_INSTALL_NAME);
|
||||
|
||||
#ifdef USE_HAMLIB
|
||||
t_Rig = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user