From 2cf160ba4322400d84eaea873d61ab1e034cee03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Sun, 24 Nov 2024 15:27:32 +0100 Subject: [PATCH] feat: Re-enable next option --- src/commandlineutility.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/commandlineutility.cpp b/src/commandlineutility.cpp index 201097e04..a72552f5e 100644 --- a/src/commandlineutility.cpp +++ b/src/commandlineutility.cpp @@ -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.")}, });