mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Fix saving configurations after deleting some entries
This commit is contained in:
@@ -183,7 +183,7 @@ void MainSettings::save() const
|
||||
|
||||
for(int i = 0; i < groups.size(); ++i)
|
||||
{
|
||||
if ((groups[i].startsWith("preset")) || (groups[i].startsWith("command")))
|
||||
if (groups[i] != "General")
|
||||
{
|
||||
s.remove(groups[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user