mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
Fix skip connection validation still looking for child connections
This commit is contained in:
@@ -174,7 +174,7 @@ public class StoreCreationComp extends DialogComp {
|
||||
(e, validated) -> {
|
||||
try {
|
||||
DataStorage.get().addStoreEntryIfNotPresent(e);
|
||||
if (e.getProvider().shouldHaveChildren()
|
||||
if (validated && e.getProvider().shouldHaveChildren()
|
||||
&& AppPrefs.get()
|
||||
.openConnectionSearchWindowOnConnectionCreation()
|
||||
.get()) {
|
||||
|
||||
Reference in New Issue
Block a user