diff --git a/application/qml/pages/LogPage.qml b/application/qml/pages/LogPage.qml index fd46504..00afa3d 100644 --- a/application/qml/pages/LogPage.qml +++ b/application/qml/pages/LogPage.qml @@ -140,6 +140,7 @@ Page { Component.onCompleted: updateText() property string text: "" function updateText() { + model.clear() logView.text = logger.readLogfile(settings.logFilename) logView.text.split("\n").forEach( function(str) {