rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
182 stars 40 forks source link

How to turn off glaring reflection on timer display #167

Closed Sciss closed 2 years ago

Sciss commented 2 years ago

Hi there, thanks for QJackCtl. I recently upgraded from Debian 10 to 11, and this includes a new version of QJackCtl (it's 0.9.1 now). I used to turn off the glaring reflection on the status / timer display in the main window that makes it difficult to read and seems like an idiosyncrasy to me:

qjackctl-reflecting-display

Somehow, I can no longer find the Setup item to turn this off. I think it was in the Options or Misc tab? Thanks

rncbc commented 2 years ago

the option has vanished from the GUI but still accessible from the conf file. ~/.config/rncbc.org/QjackCtl.conf

[Options]
DisplayEffect=false
Sciss commented 2 years ago

Ok, thanks!