From eaa8e80efadc55d42462af0a5381f2552acc3c88 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sat, 27 May 2023 18:48:38 +0530 Subject: Expose "Clear service cache" in the service settings screen and the sidebar context menu for individual services (#1053) --- src/containers/layout/AppLayoutContainer.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/containers/layout') diff --git a/src/containers/layout/AppLayoutContainer.tsx b/src/containers/layout/AppLayoutContainer.tsx index b077cebd7..1cffc7ad1 100644 --- a/src/containers/layout/AppLayoutContainer.tsx +++ b/src/containers/layout/AppLayoutContainer.tsx @@ -42,6 +42,7 @@ class AppLayoutContainer extends Component { toggleDarkMode, deleteService, updateService, + clearCache, hibernate, awake, } = this.props.actions.service; @@ -97,6 +98,7 @@ class AppLayoutContainer extends Component { toggleDarkMode={toggleDarkMode} deleteService={deleteService} updateService={updateService} + clearCache={clearCache} hibernateService={hibernate} wakeUpService={awake} toggleMuteApp={toggleMuteApp} -- cgit v1.2.3-70-g09d2