Skip to content

Commit

Permalink
deploy: 5cff2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Aug 25, 2024
1 parent aaa5c43 commit 56ec1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dorion-settings/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
children: "Disable Hardware Acceleration"
}), (0, import_web23.createComponent)(SwitchItem, {
get value() {
return state().client_plugins;
return !!state().client_plugins;
},
onChange: (v) => {
if (!state().client_plugins && v) {
Expand Down
2 changes: 1 addition & 1 deletion dorion-settings/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Dorion Settings","author":"SpikeHD","description":"Settings page for the Dorion client.","hash":"1a662e0780ffb68c2057b19bf09119e1"}
{"name":"Dorion Settings","author":"SpikeHD","description":"Settings page for the Dorion client.","hash":"3d12f912cee30da20c141441a19da4bc"}

0 comments on commit 56ec1c2

Please sign in to comment.