mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
System report: Small logical fix
This commit is contained in:
parent
304b6b117a
commit
493d217ebe
1 changed files with 1 additions and 2 deletions
|
@ -988,13 +988,12 @@ void settings::on_generateSystemReportBtn_clicked()
|
|||
if(QFile::exists("/inkbox/systemReportDone")) {
|
||||
if(checkconfig("/inkbox/systemReportDone") == true) {
|
||||
emit showToast("System report generated successfully");
|
||||
break;
|
||||
}
|
||||
else {
|
||||
emit showToast("Error in generating system report");
|
||||
break;
|
||||
}
|
||||
QFile::remove("/inkbox/systemReportDone");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue