mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-27 20:30:20 +02:00
fix formatting
Signed-off-by: maskers <97827489+mskrss@users.noreply.github.com>
This commit is contained in:
parent
e6f30c0ebe
commit
858f6aa9b8
@ -53,7 +53,7 @@ constexpr int MaxMclogsLines = 25000;
|
||||
constexpr int InitialMclogsLines = 10000;
|
||||
constexpr int FinalMclogsLines = 14900;
|
||||
|
||||
QString truncateLogForMclogs(const QString &logContent)
|
||||
QString truncateLogForMclogs(const QString& logContent)
|
||||
{
|
||||
QStringList lines = logContent.split("\n");
|
||||
if (lines.size() > MaxMclogsLines) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user