Mobile: add ability to directly open support email

This is even easier and more obvious than copying the logs on the About page
and then manually creating an email and pasting those logs.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-09 10:14:15 -08:00
parent 80f123ce2a
commit 4f0d437f1e
3 changed files with 44 additions and 17 deletions

View file

@ -185,7 +185,9 @@ public slots:
void populateGpsData();
void cancelDownloadDC();
void clearGpsData();
QString getCombinedLogs();
void copyAppLogToClipboard();
bool createSupportEmail();
void finishSetup();
void openLocalThenRemote(QString url);
void mergeLocalRepo();