all repos — mgba @ 03ba16cae97f7f92ab1d04612ab8deb5fab5678e

mGBA Game Boy Advance Emulator

Qt: Actually load the libraryStyle setting.

No idea how I missed this in the library PR.
waddlesplash waddlesplash@gmail.com
Sat, 08 Jul 2017 13:38:51 -0400
commit

03ba16cae97f7f92ab1d04612ab8deb5fab5678e

parent

70204e410c18785a27a39af538642cd3f54e2528

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/SettingsView.cppsrc/platform/qt/SettingsView.cpp

@@ -325,6 +325,8 @@ loadSetting("patchPath", m_ui.patchPath);

loadSetting("showLibrary", m_ui.showLibrary); loadSetting("preload", m_ui.preload); + m_ui.libraryStyle->setCurrentIndex(loadSetting("libraryStyle").toInt()); + double fastForwardRatio = loadSetting("fastForwardRatio").toDouble(); if (fastForwardRatio <= 0) { m_ui.fastForwardUnbounded->setChecked(true);