aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-22 01:59:21 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-22 01:59:21 +0100
commit8af788f034f858e37cff273900766f337d9ecf3d (patch)
treea4be2d0d7b348e34196df91302aa1b5a88238f38 /src/components/layout
parentUpdate submodule to fix build via internal-server (diff)
downloadferdium-app-8af788f034f858e37cff273900766f337d9ecf3d.tar.gz
ferdium-app-8af788f034f858e37cff273900766f337d9ecf3d.tar.zst
ferdium-app-8af788f034f858e37cff273900766f337d9ecf3d.zip
Simply update locked state
Diffstat (limited to 'src/components/layout')
-rw-r--r--src/components/layout/Sidebar.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 48a83c5a1..bd10ccb4a 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -118,21 +118,12 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
118 type="button" 118 type="button"
119 className="sidebar__button" 119 className="sidebar__button"
120 onClick={() => { 120 onClick={() => {
121 // Disable lock first - otherwise the application might not update correctly
122 actions.settings.update({ 121 actions.settings.update({
123 type: 'app', 122 type: 'app',
124 data: { 123 data: {
125 locked: false, 124 locked: true,
126 }, 125 },
127 }); 126 });
128 setTimeout(() => {
129 actions.settings.update({
130 type: 'app',
131 data: {
132 locked: true,
133 },
134 });
135 }, 0);
136 }} 127 }}
137 data-tip={`${intl.formatMessage(messages.lockFerdi)} (${ctrlKey}+Shift+L)`} 128 data-tip={`${intl.formatMessage(messages.lockFerdi)} (${ctrlKey}+Shift+L)`}
138 > 129 >