From ff3c52948d3ec444d05319ef97eaf4c9de57cfaa Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:39:04 +1100 Subject: [PATCH] Made one small variable of WriteLine main menu --- Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 42bd5c8..89f810f 100644 --- a/Program.cs +++ b/Program.cs @@ -16,8 +16,7 @@ namespace VVCEasy { Console.Clear(); Console.WriteLine("VVCEasy (.NET Console Beta Version, v.0.5.0)"); - Console.WriteLine("Note: C# is not ready yet, malfunction mode"); - Console.WriteLine(""); + Console.WriteLine("Note: C# is not ready yet, malfunction mode\n"); Console.Title = "Martin Eesmaa / VVCEasy"; Console.WriteLine("What would you like to do for encode/decode of VVC?\n1. Encode\n2. Decode\n3. Help\n4. Exit\n5. Install/Test path environment\n6. Install VLC Media Player (o266player, Windows x64)\n7. Install quickly through Anaconda for ffmpeg (Windows)\n8. Install VVdec Web Player\n9. Decompress WindowsVVC.7z (Before you use new VVCEasy version!!!)\n10. Install vvDecPlayer from BitMovin");