mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
About: Add remark about vfs plugin that's in use #7137
This commit is contained in:
parent
2bffde2600
commit
da40e84aec
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user