Skip to content

Commit

Permalink
Merge pull request #27 from Flixl7/main
Browse files Browse the repository at this point in the history
fixed horrible readability error
  • Loading branch information
ComputerElite authored Dec 10, 2024
2 parents 9aa1db3 + 0437c02 commit e619ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oculus Downgrader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void Menu()
Console.WriteLine("[11] Direct execute");
Console.WriteLine("[12] Open graphical ui");
Console.WriteLine("[13] Settings");
Console.WriteLine("[14] Exit");
Console.WriteLine("[14] Exit");
string choice = ConsoleUiController.QuestionString("Choice: ");
Logger.Log("User choose option " + choice);
switch (choice)
Expand Down

0 comments on commit e619ae5

Please sign in to comment.