Add option to start replay when power supply is connected

This commit is contained in:
dec05eba
2024-11-18 17:48:10 +01:00
parent d6b4fb5ba9
commit 71f95e4b12
4 changed files with 55 additions and 6 deletions

View File

@@ -664,6 +664,7 @@ namespace gsr {
radiobutton->add_item("Don't turn on replay automatically", "dont_turn_on_automatically");
radiobutton->add_item("Turn on replay at system startup", "turn_on_at_system_startup");
radiobutton->add_item("Turn on replay when starting a fullscreen application", "turn_on_at_fullscreen");
radiobutton->add_item("Turn on replay when power supply is connected", "turn_on_at_power_supply_connected");
turn_on_replay_automatically_mode_ptr = radiobutton.get();
return radiobutton;
}