psugihara / FreeChat

llama.cpp based AI chat app for macOS
https://www.freechat.run
MIT License
402 stars 34 forks source link

Font size option #58

Open tjkirch opened 5 months ago

tjkirch commented 5 months ago

Thanks for FreeChat!

Would it be possible to add a font size option? I have a hard time reading the small text, and I don't see an option to increase its size. Even if I increase the default text size in MacOS accessibility options and restart FreeChat, it has no effect.

psugihara commented 5 months ago

Thanks for filling an issue. I would like to support this. I looked at doing this with Dynamic Type but I was not able to get it to work when you adjust text size in System Settings > Accessibility > Text Size. I think something like this could work if we add a slider to the app's Settings > General though https://stackoverflow.com/questions/75115578/how-to-make-font-size-customizable-in-a-macos-app

tjkirch commented 5 months ago

A slider in the settings would be great. I don't normally use the accessibility setting - I was just trying anything I could find to increase font size.

psugihara commented 5 months ago

Can probably copy some design from Settings > Accessibility > Text Size:

Screenshot 2024-02-06 at 2 47 15 PM
CommanderBanal commented 2 weeks ago

+1 to the idea of a text size slider in the settings.

EvolvingSoftware commented 1 week ago

I've created a pull request here. I didn't update all text in the app, just the messages: https://github.com/psugihara/FreeChat/pull/73