Skip to content

Commit

Permalink
fix invisible typing (#432)
Browse files Browse the repository at this point in the history
* fix invisible typing

* Add Semicolon

---------

Co-authored-by: Dominik <[email protected]>
  • Loading branch information
AceLikesGhosts and domi-btnr authored Jan 30, 2025
1 parent 17d4617 commit ac70ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InvisibleTyping/components/settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Settings from "../modules/settings";
import { useStateFromStores } from "../modules/shared";
import SettingsItems from "./settings.json";

const { FormSwitch } = Webpack.getByKeys("FormSwitch");
const FormSwitch = Webpack.getByStrings('.labelRow', 'useId', 'DESCRIPTION', { searchExports: true });

function SwitchItem(props) {
const value = useStateFromStores([Settings], () => Settings.get(props.id, props.value));
Expand Down

0 comments on commit ac70ed0

Please sign in to comment.