mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-19 06:08:38 -04:00
LABEL: Add a label edit dialog, much like FrequencyDialog, works not bad
This commit is contained in:
@@ -1691,7 +1691,6 @@ bool AppFrame::loadSession(std::string fileName) {
|
||||
}
|
||||
|
||||
//read the user label associated with the demodulator
|
||||
//manage other languages than English if you please...
|
||||
std::string user_label = "";
|
||||
|
||||
DataNode *demodUserLabel = demod->hasAnother("user_label") ? demod->getNext("user_label") : nullptr;
|
||||
|
||||
Reference in New Issue
Block a user