diff --git a/common/eda_base_frame.cpp b/common/eda_base_frame.cpp index 5f7fe0b2b5..16326efcaf 100644 --- a/common/eda_base_frame.cpp +++ b/common/eda_base_frame.cpp @@ -1367,11 +1367,13 @@ void EDA_BASE_FRAME::ShowPreferences( wxString aStartPage, wxString aStartParent return new PANEL_MOUSE_SETTINGS( aParent ); }, _( "Mouse and Touchpad" ) ); +#ifdef __linux__ book->AddLazyPage( [] ( wxWindow* aParent ) -> wxWindow* { return new PANEL_SPACEMOUSE( aParent ); }, _( "SpaceMouse" ) ); +#endif book->AddPage( hotkeysPanel, _( "Hotkeys" ) );