From a9c341d73ee8edfcc420cbe9d9e32176dc71b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Sun, 24 Nov 2024 15:29:26 +0100 Subject: [PATCH] feat: Re-enable next option Linked issue: https://github.com/AntiMicroX/antimicrox/issues/189 Linked discussion: https://github.com/AntiMicroX/antimicrox/discussions/774 --- 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.")}, });