Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-10-05 20:45:40 +0300
committerMichael Schuster (Rebase PR Action) <misch7@users.noreply.github.com>2020-10-07 16:33:20 +0300
commit8fb673457b42e9bf37562568410a7382ed50448d (patch)
tree64a4030786eb29e207c29b3cf904f496a3a92d48 /src/gui/generalsettings.h
parent15d294e7fb4fb7948b9837ff686118cf66be7ad1 (diff)
Add a button to create a debug archive
This will harvest everything we might need for debugging purposes: * config file * sync journal dbs * log files Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui/generalsettings.h')
-rw-r--r--src/gui/generalsettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/generalsettings.h b/src/gui/generalsettings.h
index 4b5e6a538..fa6fe11b9 100644
--- a/src/gui/generalsettings.h
+++ b/src/gui/generalsettings.h
@@ -48,6 +48,7 @@ private slots:
void slotToggleOptionalServerNotifications(bool);
void slotShowInExplorerNavigationPane(bool);
void slotIgnoreFilesEditor();
+ void slotCreateDebugArchive();
void loadMiscSettings();
void slotShowLegalNotice();
#if defined(BUILD_UPDATER)