| 75 | } |
| 76 | |
| 77 | void WebBrowserLayout::Reload() { |
| 78 | this->Refresh(); |
| 79 | g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(36), CommonIconKind::Browser, cfg::Strings.GetString(14)); |
| 80 | } |
| 81 | |
| 82 | void WebBrowserLayout::input_DefaultKey() { |
| 83 | const auto url = ShowKeyboard(cfg::Strings.GetString(38), "https://"); |
nothing calls this directly
no test coverage detected