mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Support keyboard led indicator on wayland as well
This commit is contained in:
@@ -522,8 +522,8 @@ namespace gsr {
|
||||
}
|
||||
}
|
||||
|
||||
if(x11_dpy)
|
||||
led_indicator = std::make_unique<LedIndicator>(x11_dpy);
|
||||
// TODO: Only do this if led indicator is enabled (at startup or when changing recording/screenshot settings to enabled it)
|
||||
led_indicator = std::make_unique<LedIndicator>();
|
||||
}
|
||||
|
||||
Overlay::~Overlay() {
|
||||
|
||||
Reference in New Issue
Block a user