forked from Silverfish/proton-bridge
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