mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 02:31:27 +00:00
activate force locking for dokany
This commit is contained in:
@@ -71,10 +71,14 @@ public class DokanyVolume extends AbstractVolume {
|
||||
|
||||
@Override
|
||||
public void unmountForced() {
|
||||
mount.close(); //TODO: with next dokany-nio-release, change this to unmountForced()
|
||||
mount.unmountForced();
|
||||
cleanupMountPoint();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsForcedUnmount() {
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
public boolean isSupported() {
|
||||
return DokanyVolume.isSupportedStatic();
|
||||
|
||||
Reference in New Issue
Block a user