mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Don't uncheck the preferred frequency when adding a new frequency for that mode.
This commit is contained in:
parent
64f53f30ff
commit
bf70fae0bf
@ -659,7 +659,7 @@ QModelIndex FrequencyList_v2_101::impl::add (Item f)
|
||||
endInsertRows ();
|
||||
|
||||
// if we added one that had a preferred frequency, unprefer everything else
|
||||
unprefer_all_but(f, row, {Qt::DisplayRole, Qt::CheckStateRole});
|
||||
// unprefer_all_but(f, row, {Qt::DisplayRole, Qt::CheckStateRole});
|
||||
|
||||
return index (row, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user