Exit after listing profiles

This commit is contained in:
Adam Honse committed 2026-08-18 18:46:00 -05:00
1 parent 5b1e782b9b
commit 671f0a66f5
1 file changed
+1
+1
View File
@@ -991,6 +991,7 @@ int ProcessOptions(Options* options, std::vector<RGBController *>& rgb_controlle
else if(option == "--list-profiles" || option == "-lp")
{
OptionListProfiles();
exit(0);
}
/*---------------------------------------------------------*\