mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-21 09:19:36 +09:00
Add option to start replay when power supply is connected
This commit is contained in:
@@ -59,7 +59,9 @@ namespace gsr {
|
||||
void update_notification_process_status();
|
||||
void update_gsr_process_status();
|
||||
|
||||
void replay_status_update_status();
|
||||
void update_focused_fullscreen_status();
|
||||
void update_power_supply_status();
|
||||
|
||||
void update_ui_recording_paused();
|
||||
void update_ui_recording_unpaused();
|
||||
@@ -117,7 +119,8 @@ namespace gsr {
|
||||
RecordingStatus recording_status = RecordingStatus::NONE;
|
||||
bool paused = false;
|
||||
|
||||
mgl::Clock focused_fullscreen_clock;
|
||||
mgl::Clock replay_status_update_clock;
|
||||
std::string power_supply_online_filepath;
|
||||
|
||||
std::array<KeyBinding, 1> key_bindings;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user