Browse Source

activate reveal-method in vault again

infeo 7 years ago
parent
commit
c957f93ce6

+ 1 - 5
main/ui/src/main/java/org/cryptomator/ui/model/FuseNioAdapter.java

@@ -43,13 +43,9 @@ public class FuseNioAdapter implements NioAdapter {
 		}
 	}
 
-	/**
-	 * TODO: implement it!
-	 * @throws CommandFailedException
-	 */
 	@Override
 	public void reveal() throws CommandFailedException{
-		//fuseEnv.revealFsRootUrlInFilesystemManager(SOMETHING);
+		fuseEnv.revealFsRootInFilesystemManager();
 	}
 
 	@Override