projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bffde2
)
About: Add remark about vfs plugin that's in use #7137
author
Christian Kamm
<mail@ckamm.de>
Wed, 10 Apr 2019 11:40:43 +0000
(13:40 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:47 +0000
(10:58 +0100)
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index bb0dde9781961532bf33c0bbbd90f2f427fbc807..fa0ccb0c4da55fb6cd54ba8ecf10a35a83073945 100644
(file)
--- a/
src/libsync/theme.cpp
+++ b/
src/libsync/theme.cpp
@@
-17,6
+17,7
@@
#include "common/utility.h"
#include "version.h"
#include "configfile.h"
+#include "common/vfs.h"
#include <QtCore>
#ifndef TOKEN_AUTH_ONLY
@@
-419,6
+420,9
@@
QString Theme::about() const
.arg(QString::fromLatin1(MIRALL_STRINGIFY(MIRALL_VERSION)) + QString(" (%1)").arg(osName))
.arg(helpUrl());
+ devString += QString("<p><small>Using virtual files plugin: %1</small></p>")
+ .arg(Vfs::modeToString(bestAvailableVfsMode()));
+
return devString;
}