From ec69dad8d785bb8cd3d698602e6e45dbf6a7200d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Sep 2024 00:09:21 -0500 Subject: [PATCH] Fix import incorrectly removed by 2a63ad5 --- app/gui/PcView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index 9a367375..79dc0f5e 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -7,6 +7,7 @@ import ComputerModel 1.0 import ComputerManager 1.0 import StreamingPreferences 1.0 import SystemProperties 1.0 +import SdlGamepadKeyNavigation 1.0 CenteredGridView { property ComputerModel computerModel : createModel()