aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /src/actions
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/service.js9
1 files changed, 7 insertions, 2 deletions
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 {
95 serviceId: PropTypes.string.isRequired, 95 serviceId: PropTypes.string.isRequired,
96 }, 96 },
97 openDevToolsForActiveService: {}, 97 openDevToolsForActiveService: {},
98 setHibernation: { 98 hibernate: {
99 serviceId: PropTypes.string.isRequired, 99 serviceId: PropTypes.string.isRequired,
100 hibernating: PropTypes.bool.isRequired, 100 },
101 awake: {
102 serviceId: PropTypes.string.isRequired,
103 },
104 resetLastPollTimer: {
105 serviceId: PropTypes.string,
101 }, 106 },
102 shareSettingsWithServiceProcess: {}, 107 shareSettingsWithServiceProcess: {},
103}; 108};