From fc8c6d99556094a8df532f50dd9dc99092b0b5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 23 Sep 2026 23:44:16 +0200 Subject: [PATCH] add back settings button --- client/homebrew/editor/snippetbar/snippetbar.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 9c1b01aab..9aa6b5ab7 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -198,7 +198,7 @@ const Snippetbar = createReactClass({ return (
- {this.props.view !== 'meta' && <>
+ {this.props.view !== 'meta' && this.props.view !== 'settings' && <>
+