Skip to content
New issue

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

doesent work with hyper 3 #17

Open
s1de21 opened this issue Nov 7, 2022 · 2 comments
Open

doesent work with hyper 3 #17

s1de21 opened this issue Nov 7, 2022 · 2 comments

Comments

@s1de21
Copy link

s1de21 commented Nov 7, 2022

No description provided.

@panditita
Copy link

image

@LennGev
Copy link

LennGev commented Apr 3, 2023

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);

To something like this
config = Object.assign(config, { staggerHeight: 2, rainbowMaxAlpha: 1, audioEnabled: false, videoEnabled: "whileTyping", });

Not an optimal solution, but it's something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants