Merge branch 'Plasma/5.15'
This commit is contained in:
commit
a1e5650fd0
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ void VirtualDesktopManager::save()
|
|||
|
||||
for (int i = count() + 1; group.hasKey(QStringLiteral("Id_%1").arg(i)); i++) {
|
||||
group.deleteEntry(QStringLiteral("Id_%1").arg(i));
|
||||
group.deleteEntry(QStringLiteral("Name_").arg(i));
|
||||
group.deleteEntry(QStringLiteral("Name_%1").arg(i));
|
||||
}
|
||||
|
||||
group.writeEntry("Number", count());
|
||||
|
|
Loading…
Reference in a new issue