mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 12:08:12 +00:00
Logs: fix Stack Cell Errors setting reading
This commit is contained in:
parent
a3271b08b7
commit
654c4e3c06
@ -412,6 +412,7 @@ void log_frame::LoadSettings()
|
||||
m_stack_log = m_gui_settings->GetValue(gui::l_stack).toBool();
|
||||
m_stack_tty = m_gui_settings->GetValue(gui::l_stack_tty).toBool();
|
||||
m_ansi_tty = m_gui_settings->GetValue(gui::l_ansi_code).toBool();
|
||||
g_log_all_errors = !m_gui_settings->GetValue(gui::l_stack_err).toBool();
|
||||
m_stack_act_log->setChecked(m_stack_log);
|
||||
m_stack_act_tty->setChecked(m_stack_tty);
|
||||
m_ansi_act_tty->setChecked(m_ansi_tty);
|
||||
|
Loading…
Reference in New Issue
Block a user