Bump version

This commit is contained in:
世界
2024-11-27 10:43:44 +08:00
parent dac24338e4
commit fa107e3b7c
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ public class CommandClient: ObservableObject {
newLogList.append(messageList.next())
}
if newLogList.count >= commandClient.logMaxLines {
newLogList.removeSubrange(0...newLogList.count-commandClient.logMaxLines)
newLogList.removeSubrange(0 ... newLogList.count - commandClient.logMaxLines)
}
commandClient.logList = newLogList
}