mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
System report button: Delete systemReportDone upon status verification
This commit is contained in:
parent
a742e131db
commit
304b6b117a
1 changed files with 1 additions and 0 deletions
|
@ -994,6 +994,7 @@ void settings::on_generateSystemReportBtn_clicked()
|
||||||
emit showToast("Error in generating system report");
|
emit showToast("Error in generating system report");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
QFile::remove("/inkbox/systemReportDone");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue