2
0
Exilon 4 жил өмнө
parent
commit
c86302e69f

+ 1 - 1
Quick.Commons.pas

@@ -502,7 +502,7 @@ begin
     until NumNumbers = MinNumbers;
     until NumNumbers = MinNumbers;
   end;
   end;
   //checks if need include signs
   //checks if need include signs
-  if pfIncludeNumbers in Complexity then
+  if pfIncludeSigns in Complexity then
   begin
   begin
     MinSigns := Round(PasswordLength / 10 * 1);
     MinSigns := Round(PasswordLength / 10 * 1);
     NumSigns := 0;
     NumSigns := 0;