mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Align list items, dont process selected item twice if changed in event loop, mouse button events should only occur when pressing left mouse button
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
namespace gsr {
|
||||
struct SupportedVideoCodecs {
|
||||
bool h264 = false;
|
||||
bool h264_software = false;
|
||||
bool hevc = false;
|
||||
bool av1 = false;
|
||||
bool vp8 = false;
|
||||
|
||||
Reference in New Issue
Block a user