mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 17:16:53 -04:00
adjust display text
This commit is contained in:
@@ -141,7 +141,7 @@ public class EventListCellController implements FxController {
|
||||
addAction("Copy decrypted Path", () -> copyToClipboard(convertVaultPathToSystemPath(fse.cleartextPath()).toString()));
|
||||
addAction("Copy encrypted Path", () -> copyToClipboard(fse.ciphertextPath().toString()));
|
||||
}
|
||||
addAction("Discard use status for 2minutes", fse.ignoreMethod());
|
||||
addAction("Ignore in use status ", fse.ignoreMethod());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user