Qt: Icon updates

This commit is contained in:
KamFretoZ
2024-02-05 20:34:34 +07:00
committed by Connor McLaughlin
parent 0e6a9f637b
commit 1f6636f62b
43 changed files with 3119 additions and 1934 deletions

View File

@ -164,7 +164,7 @@ void SettingsWindow::addPages()
}
addWidget(m_advanced_settings = new AdvancedSettingsWidget(this, m_ui.settingsContainer), tr("Advanced"),
QStringLiteral("tools-line"),
QStringLiteral("alert-line"),
tr("<strong>Advanced Settings</strong><hr>These options control logging and internal behavior of the "
"emulator. Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));