mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 06:10:12 +00:00
Qt: Swap console/emulation icons
Better match I think.
This commit is contained in:
parent
aafd72efba
commit
bf36432432
@ -370,7 +370,7 @@
|
||||
</action>
|
||||
<action name="actionConsoleSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="chip-2-line"/>
|
||||
<iconset theme="emulation-line"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>C&onsole</string>
|
||||
@ -378,7 +378,7 @@
|
||||
</action>
|
||||
<action name="actionEmulationSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="emulation-line"/>
|
||||
<iconset theme="chip-2-line"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>E&mulation</string>
|
||||
|
@ -104,12 +104,12 @@ void SettingsWindow::addPages()
|
||||
"used.<br><br>Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));
|
||||
addWidget(
|
||||
m_console_settings = new ConsoleSettingsWidget(this, m_ui.settingsContainer), tr("Console"),
|
||||
QStringLiteral("chip-2-line"),
|
||||
QStringLiteral("emulation-line"),
|
||||
tr("<strong>Console Settings</strong><hr>These options determine the configuration of the simulated "
|
||||
"console.<br><br>Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));
|
||||
addWidget(
|
||||
m_emulation_settings = new EmulationSettingsWidget(this, m_ui.settingsContainer), tr("Emulation"),
|
||||
QStringLiteral("emulation-line"),
|
||||
QStringLiteral("chip-2-line"),
|
||||
tr("<strong>Emulation Settings</strong><hr>These options determine the speed and runahead behavior of the "
|
||||
"system.<br><br>Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user