mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix desktop environment issues with null
This commit is contained in:
parent
e5fdec3a5a
commit
9ad98e4638
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class DesktopEnvironmentStore extends JacksonizedValue
|
|||
initCommands.add(command);
|
||||
}
|
||||
var joined = String.join(dialect.getNewLine().getNewLineString(), initCommands);
|
||||
return !joined.isBlank() ? joined : null;
|
||||
return joined;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue