Show error notification if another gpu screen recorder process is running when starting the ui

This commit is contained in:
dec05eba
2025-06-04 01:32:30 +02:00
parent 636150ef08
commit 7d2f2e9b47
3 changed files with 25 additions and 5 deletions

4
TODO
View File

@@ -180,4 +180,6 @@ Support vector graphics. Maybe support svg, rendering it to a texture for better
Support freetype for text rendering. Maybe load freetype as runtime (with dlopen) and use that when available and fallback to stb_freetype if not available.
Show .webm container option. It's currently chosen automatically if vp8/vp9 is chosen. The available containers should automatically switch depending on the video codec.
Show .webm container option. It's currently chosen automatically if vp8/vp9 is chosen. The available containers should automatically switch depending on the video codec.
In settings show audio levels for each audio. Maybe show audio level image beside the audio name in the dropdown box and switch to a different image (have 3-4 different images for each level) depending on the volume.