Skip to content

Commit 6f6b6a8

Browse files
committed
Disable context and palette buttons for now. Code will be stripped eventually.
1 parent d2085a8 commit 6f6b6a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/UserSettingsModal.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@ function UserSettingsModal(props) {
10801080
<div className="field is-grouped">
10811081
<div className="control is-small">
10821082
<button
1083+
disabled={true}
10831084
className="button is-small apButton"
10841085
onClick={() => showPaletteSetter(true)}
10851086
>
@@ -1088,6 +1089,7 @@ function UserSettingsModal(props) {
10881089
</div>
10891090
<div className="control is-small">
10901091
<button
1092+
disabled={true}
10911093
className="button is-small apButton"
10921094
onClick={() => {
10931095
handleContextChange("dark");

0 commit comments

Comments
 (0)