hyper-cat icon indicating copy to clipboard operation
hyper-cat copied to clipboard

doesent work with hyper 3

Open s1de21 opened this issue 2 years ago • 2 comments

s1de21 avatar Nov 07 '22 15:11 s1de21

image

panditita avatar Mar 17 '23 09:03 panditita

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.

LennGev avatar Apr 03 '23 10:04 LennGev