mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-14 22:37:06 -04:00
Small fixes [release]
This commit is contained in:
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());
|
||||
|
||||
Vendored
+1
@@ -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
|
||||
Reference in new issue
Block a user