From 035002ceedf78d5ec73eabc0df7f06139939b967 Mon Sep 17 00:00:00 2001 From: Amine El Mouafik <412895+kytwb@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:34:45 +0100 Subject: Synchronize with Franz 5.6.0 (#1033) Co-authored-by: FranzBot Co-authored-by: vantezzen Co-authored-by: Makazzz Co-authored-by: Stefan Malzner Co-authored-by: Amine Mouafik --- src/actions/service.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/actions') diff --git a/src/actions/service.js b/src/actions/service.js index f0c42e8aa..578fdeca8 100644 --- a/src/actions/service.js +++ b/src/actions/service.js @@ -95,9 +95,14 @@ export default { serviceId: PropTypes.string.isRequired, }, openDevToolsForActiveService: {}, - setHibernation: { + hibernate: { serviceId: PropTypes.string.isRequired, - hibernating: PropTypes.bool.isRequired, + }, + awake: { + serviceId: PropTypes.string.isRequired, + }, + resetLastPollTimer: { + serviceId: PropTypes.string, }, shareSettingsWithServiceProcess: {}, }; -- cgit v1.2.3-54-g00ecf