Skip to content

Commit

Permalink
feat: Re-enable next option
Browse files Browse the repository at this point in the history
Linked issue: #189
Linked discussion: #774
  • Loading branch information
pktiuk committed Dec 8, 2024
1 parent 254e95c commit a9c341d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/commandlineutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ void CommandLineUtility::parseArguments(const QApplication &parsed_app)
"only if you have sdl "
"library. You can check your controller index, name or "
"even GUID.")},
// {"next",
// QCoreApplication::translate("main", "Advance profile loading set
// options")},
{"next", QCoreApplication::translate("main", "Load multiple profiles for different controllers. This option is "
"meant to be used with profile-controller and profile options.")},

});

Expand Down

0 comments on commit a9c341d

Please sign in to comment.