mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 20:28:57 +03:00
Commented opening of files from the activity view as it does not work.
See https://github.com/owncloud/mirall/issues/1295
This commit is contained in:
parent
66c0a3b448
commit
c50b0a995b
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ void ProtocolWidget::slotOpenFile( QTreeWidgetItem *item, int )
|
|||
// folder->path() always comes back with trailing path
|
||||
QString fullPath = folder->path() + fileName;
|
||||
if (QFile(fullPath).exists()) {
|
||||
Utility::showInFileManager(fullPath);
|
||||
// Utility::showInFileManager(fullPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue