Small fixes [release]

This commit is contained in:
crschnick committed 2026-09-04 18:22:17 +00:00
1 parent df7b06777f
commit 2bb947e13c
2 files changed
+6

No files matched your search

@@ -361,6 +361,11 @@ public abstract class DataStorage {
newEntry.setIcon(icon, true);
}
var orderIndex = entry.getOrderIndex();
if (newEntry.getOrderIndex() == 0.0) {
newEntry.setOrderIndex(orderIndex);
}
var syntheticParent = getSyntheticParent(newEntry);
if (syntheticParent.isPresent()) {
addStoreEntryIfNotPresent(syntheticParent.get());
+1
View File
@@ -1,2 +1,3 @@
- Fix password manager identities not properly disabling external agents when not wanted
- Fix SSH connections in terminal failing when Windows username contained spaces
- Fix connection entries being put at the bottom after editing instead of the top