mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
26ad9a3385
@ -154,7 +154,7 @@ public class NodeScriptWindowViewModel : NodeScriptWindowViewModelBase
|
|||||||
.HavingFilter(f => f.WithExtension("json").WithName("Artemis node script"))
|
.HavingFilter(f => f.WithExtension("json").WithName("Artemis node script"))
|
||||||
.ShowAsync();
|
.ShowAsync();
|
||||||
|
|
||||||
if (result == null)
|
if (result == null || result.Length == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user