пофиксил изменения и рандомный пользователь
This commit is contained in:
parent
fd1c6b6bb8
commit
16b665d225
|
|
@ -1435,7 +1435,7 @@ begin
|
|||
else
|
||||
begin
|
||||
randomize;
|
||||
RandomUserName := '@' + userlist[random(userlist.Count - 1)].login;
|
||||
RandomUserName := '@' + userlist[random(userlist.Count)].login;
|
||||
end;
|
||||
res := StringReplace(res, '[RANDOMUSER]', RandomUserName, [rfReplaceAll]);
|
||||
end;
|
||||
|
|
|
|||
|
|
@ -720,6 +720,7 @@ for I := 0 to EventWebServers.Count - 1 do
|
|||
ws.se.BorderColor :=listNotify[i].ColorBorder;
|
||||
ws.se.BorderSize := listNotify[i].SolidBorder;
|
||||
ws.se.BlockColor := listNotify[i].ColorBlock;
|
||||
EventWebServers[mi]:=ws;
|
||||
UpdateGridFromArray;
|
||||
db.SaveRecordArray<TOBSNotify>('listNotify', listNotify);
|
||||
Break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue