mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Environment.NewLine plz
This commit is contained in:
parent
2ca944c644
commit
43ca601a24
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace ShiftOS.Frontend.Apps
|
|||
{
|
||||
get
|
||||
{
|
||||
return Text.Split(new[] { "\r\n" }, StringSplitOptions.None);
|
||||
return Text.Split(new[] { Environment.NewLine }, StringSplitOptions.None);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue