1
0
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:
Robert 2023-05-21 10:33:22 +02:00
commit 26ad9a3385

View File

@ -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