mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Logs: fix Stack Cell Errors setting reading
This commit is contained in:
parent
a3271b08b7
commit
654c4e3c06
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue