mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1864: cache migration failure was not notified because of unnecessary reboot.
This commit is contained in:
@ -362,7 +362,9 @@ message CacheErrorEvent {
|
||||
|
||||
message CacheLocationChangeSuccessEvent {};
|
||||
|
||||
message ChangeLocalCacheFinishedEvent {};
|
||||
message ChangeLocalCacheFinishedEvent {
|
||||
bool willRestart = 1;
|
||||
};
|
||||
|
||||
|
||||
message IsCacheOnDiskEnabledChanged {
|
||||
|
||||
Reference in New Issue
Block a user