update the irsdk version

This commit is contained in:
2026-08-24 16:54:36 +01:00
parent 5ae0542149
commit fe86993c6d
8 changed files with 30 additions and 31 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ func NewLayoutController(base *Controller, service *services.CDashService) *Layo
Messages: make(chan string, 10),
DevService: service,
MoveToolState: &windowManipState{Mode: moveMode},
SelectedLayout: "beamng.yaml",
// SelectedLayout: "beamng.yaml",
SelectedLayout: "layout.yaml",
}
lc.registerHooks()