| 104 | } |
| 105 | |
| 106 | void SettingsLayout::HandleUpdate(const std::string &fw_path_base, const SetSysFirmwareVersion &fw_ver) { |
| 107 | const auto option = g_MainApplication->DisplayDialog(cfg::Strings.GetString(360), cfg::Strings.GetString(361), { cfg::Strings.GetString(377), cfg::Strings.GetString(18)}, true); |
| 108 | if(option == 0) { |
| 109 | ExportUpdateToDirectory(fw_path_base, fw_ver); |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | void SettingsLayout::optsFirmware_DefaultKey() { |
| 114 | SetSysFirmwareVersion fw_ver = {}; |
no test coverage detected