Merge branch 'master' into fix/cellmusic-shuffle-seed

This commit is contained in:
Elad 2026-05-11 11:27:04 +03:00 committed by GitHub
commit 9a9b6afeb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3568,6 +3568,7 @@ void main_window::CreateDockWindows()
m_mw->setContextMenuPolicy(Qt::PreventContextMenu);
m_game_list_frame = new game_list_frame(m_gui_settings, m_emu_settings, m_persistent_settings, m_mw);
m_game_list_frame->setFeatures(m_game_list_frame->features() & ~QDockWidget::DockWidgetClosable);
m_debugger_frame = new debugger_frame(m_gui_settings, m_mw);
m_log_frame = new log_frame(m_gui_settings, m_mw);