mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 06:32:12 +00:00
made button-group into an actual button
This commit is contained in:
@@ -45,7 +45,7 @@ public class VaultStats {
|
||||
case UNLOCKED:
|
||||
assert fs.get() != null;
|
||||
LOG.debug("start recording stats");
|
||||
updateService.start();
|
||||
updateService.restart();
|
||||
break;
|
||||
case LOCKED:
|
||||
LOG.debug("stop recording stats");
|
||||
|
||||
Reference in New Issue
Block a user