Farigh / pokeclicker-automation-desktop

Desktop packaging of https://github.com/Farigh/pokeclicker-automation
4 stars 1 forks source link

UI zoomed out #33

Closed FolkPunkDruid closed 4 months ago

FolkPunkDruid commented 4 months ago

I figured out that in the desktop app, using the [ctrl -] shortcut to zoom out works, but using [ctrl +] to zoom back in doesn't work. I tried looking through the settings menus for anything about zooming, but I can barely read the text with how far zoomed out everything is. It's making the game unplayable

Solutions I've tried

Any ideas on how to fix this? I can't play the game on desktop like this.

jensver commented 4 months ago

Haven't tested, but I guess deleting the following folder will reset your view settings: %appdata%\pokeclicker-desktop-with-scripts

FolkPunkDruid commented 4 months ago

Haven't tested, but I guess deleting the following folder will reset your view settings: %appdata%\pokeclicker-desktop-with-scripts

Just tried that, didn't help. If I knew what files to edit, i might be able to figure something out, but... i don't know. going to look through the files next, see what I can do

EDIT: I am definitely not well versed enough in programming to navigate these files

Farigh commented 4 months ago

Hi,

As far as I'm aware of, their's no zoom option for this app. You might want to open an issue on the official repository (after testing it with the official app first, of course).

My guess is that you are falling back to the chromium feature. I've no idea why the zoom- option is disabled, but you can try the zoom reset one. It's usually Ctrl+0

Farigh commented 4 months ago

Their seem to be a few issues with zoom in electron apps.

Based on this comment, you might want to try Ctrl+Shift++ or Ctrl+Shift+0

FolkPunkDruid commented 4 months ago

Their seem to be a few issues with zoom in electron apps.

Based on this comment, you might want to try Ctrl+Shift++ or Ctrl+Shift+0

that worked, thanks so much!