Hide the spacemouse panel for non-linux

Space mouse is configured in the  3dconnexion app on Windows/macos
This commit is contained in:
Mark Roszko
2026-02-04 19:07:19 -05:00
parent 72bf9a8775
commit 4e58ca76a4
+2
View File
@@ -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" ) );