mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt: Simplify stylesheet logic
This commit is contained in:
parent
632e36ab44
commit
62ca7a9b60
8 changed files with 63 additions and 105 deletions
|
|
@ -1926,7 +1926,7 @@ void settings_dialog::OnApplyStylesheet()
|
|||
{
|
||||
m_current_stylesheet = ui->combo_stylesheets->currentData().toString();
|
||||
m_gui_settings->SetValue(gui::m_currentStylesheet, m_current_stylesheet);
|
||||
Q_EMIT GuiStylesheetRequest(m_gui_settings->GetCurrentStylesheetPath());
|
||||
Q_EMIT GuiStylesheetRequest();
|
||||
}
|
||||
|
||||
int settings_dialog::exec()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue