maltejur / discord-screenaudio

A custom discord client that supports streaming with audio on Linux.
1.09k stars 35 forks source link

There is no way to set the default zoom level #222

Open Azercoco opened 6 months ago

Azercoco commented 6 months ago

Because there is no zoom level slider in the appearance tab, the zoom level is reset at each restart which is not pleasant for high DPI screen.

maltejur commented 6 months ago

This may not be the most ergonomic option, but you can set the zoom level through the QT_SCALE_FACTOR environment variable. So for example start it with QT_SCALE_FACTOR=2 discord-screenaudio or set that environment variable permanently in your desktop file.