aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 05:03:57 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 05:03:57 +0530
commit947a776e1ed902a218af0f634bfa9d320678ce93 (patch)
treee2389cea54c72d369aaec275a6f9e56b0cc8153a /src/actions
parentchore: updated 'recipes' submodule to test 'electron/remote' issues. (diff)
downloadferdium-app-947a776e1ed902a218af0f634bfa9d320678ce93.tar.gz
ferdium-app-947a776e1ed902a218af0f634bfa9d320678ce93.tar.zst
ferdium-app-947a776e1ed902a218af0f634bfa9d320678ce93.zip
refactor: trying to fix zoom in/out being sticky for the last active service when started up
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/service.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actions/service.js b/src/actions/service.js
index e56513f8f..a3f965ba9 100644
--- a/src/actions/service.js
+++ b/src/actions/service.js
@@ -98,6 +98,9 @@ export default {
98 serviceId: PropTypes.string.isRequired, 98 serviceId: PropTypes.string.isRequired,
99 }, 99 },
100 openDevToolsForActiveService: {}, 100 openDevToolsForActiveService: {},
101 zoomInForActiveService: {},
102 zoomOutForActiveService: {},
103 zoomResetForActiveService: {},
101 hibernate: { 104 hibernate: {
102 serviceId: PropTypes.string.isRequired, 105 serviceId: PropTypes.string.isRequired,
103 }, 106 },