HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
19 stars 4 forks source link

New GET endpoint "/api/guiconfig" to load contents of gui-config.yml as JSON #14

Closed JWahle closed 3 years ago

JWahle commented 3 years ago

This adds an endpoint with the option to hide some UI elements in config/gui-config.yml:

hide_capture_samplerate: false
hide_silence: false
hide_capture_device: false
hide_playback_device: false
JWahle commented 3 years ago

Done.