Skip to content

Commit

Permalink
feat: Re-enable next option
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Nov 24, 2024
1 parent 611832c commit 2cf160b
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 2cf160b

Please sign in to comment.