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:
a23791c
)
Don't consider CfApi backend as experimental
author
Kevin Ottens
<kevin.ottens@nextcloud.com>
Fri, 18 Dec 2020 11:15:45 +0000
(12:15 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Wed, 30 Dec 2020 08:44:53 +0000
(09:44 +0100)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index fa0ccb0c4da55fb6cd54ba8ecf10a35a83073945..97f0b3697a0c59d35832649f3201737c0dd51734 100644
(file)
--- a/
src/libsync/theme.cpp
+++ b/
src/libsync/theme.cpp
@@
-738,7
+738,8
@@
QPixmap Theme::createColorAwarePixmap(const QString &name)
bool Theme::showVirtualFilesOption() const
{
- return ConfigFile().showExperimentalOptions();
+ const auto vfsMode = bestAvailableVfsMode();
+ return ConfigFile().showExperimentalOptions() || vfsMode == Vfs::WindowsCfApi;
}
} // end namespace client