applets/web: Fix keyboard to emulated controller input

This commit is contained in:
Morph
2020-12-18 10:33:28 -05:00
parent 2ddd83cdfe
commit 51cddcb8b8
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ void GMainWindow::WebBrowserOpenLocalWebPage(std::string_view main_url,
return;
}
QtNXWebEngineView web_browser_view(this, Core::System::GetInstance());
QtNXWebEngineView web_browser_view(this, Core::System::GetInstance(), input_subsystem.get());
ui.action_Pause->setEnabled(false);
ui.action_Restart->setEnabled(false);