mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Correctly load window/detector type on startup
This commit is contained in:
parent
71699d1bd7
commit
f1ca961d0e
4 changed files with 10 additions and 10 deletions
|
|
@ -195,7 +195,7 @@ void TraceModel::fromJSON(nlohmann::json j)
|
|||
}
|
||||
}
|
||||
|
||||
void TraceModel::clearVNAData()
|
||||
void TraceModel::clearLiveData()
|
||||
{
|
||||
for(auto t : traces) {
|
||||
if (t->isLive()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue