We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
The plugin fails to load the config, i tried to fix it but couldn't get the config to work properly. I did found a workaround to get this to run.
Just change this line in index.js config = Object.assign(config, electron.remote.app.config.getConfig().hyperCat);
config = Object.assign(config, electron.remote.app.config.getConfig().hyperCat);
To something like this config = Object.assign(config, { staggerHeight: 2, rainbowMaxAlpha: 1, audioEnabled: false, videoEnabled: "whileTyping", });
config = Object.assign(config, { staggerHeight: 2, rainbowMaxAlpha: 1, audioEnabled: false, videoEnabled: "whileTyping", });
Not an optimal solution, but it's something.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: