mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Add small log
This commit is contained in:
parent
6eef98f34d
commit
6a4f8835d4
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ void MainWindow::on_libraryButton_clicked()
|
|||
log("Launching Online Library", className);
|
||||
if(testPing() == 0 or global::deviceID == "emu\n") {
|
||||
// 'Do you want to sync?' dialog
|
||||
log("Showing 'Sync required' dialog", className);
|
||||
bool willSync = false;
|
||||
QString syncEpochQStr = readFile("/external_root/opt/storage/gutenberg/last_sync");
|
||||
if(!syncEpochQStr.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue