16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 11:39:18 +02:00

launcher: Open on scenery list panel

This is the panel that allow to quickly launch a selected scenario, so
it makes sense to show it by default.
This commit is contained in:
Sebastian Krzyszkowiak
2026-07-07 01:41:50 +02:00
parent d9eb705d4a
commit f249781805

View File

@@ -12,7 +12,7 @@ launcher_ui::launcher_ui() : m_scenery_scanner(m_vehicles_bank), m_scenerylist_p
add_external_panel(&m_keymapper_panel);
add_external_panel(&m_vehiclepicker_panel);
open_panel(&m_vehiclepicker_panel);
open_panel(&m_scenerylist_panel);
m_suppress_menu = true;
}