mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-29 04:34:38 +09:00
Add option to disable hotkeys, add gsr-ui-cli tool to control gsr-ui remotely
This commit is contained in:
@@ -487,6 +487,7 @@ namespace gsr {
|
||||
}
|
||||
|
||||
close_gpu_screen_recorder_output();
|
||||
deinit_color_theme();
|
||||
}
|
||||
|
||||
void Overlay::xi_setup() {
|
||||
@@ -1261,6 +1262,10 @@ namespace gsr {
|
||||
do_exit = true;
|
||||
}
|
||||
|
||||
const Config& Overlay::get_config() const {
|
||||
return config;
|
||||
}
|
||||
|
||||
void Overlay::update_notification_process_status() {
|
||||
if(notification_process <= 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user