mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 14:20:30 +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>
|
||||||
<action name="actionConsoleSettings">
|
<action name="actionConsoleSettings">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="chip-2-line"/>
|
<iconset theme="emulation-line"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>C&onsole</string>
|
<string>C&onsole</string>
|
||||||
@ -378,7 +378,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionEmulationSettings">
|
<action name="actionEmulationSettings">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="emulation-line"/>
|
<iconset theme="chip-2-line"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>E&mulation</string>
|
<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."));
|
"used.<br><br>Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));
|
||||||
addWidget(
|
addWidget(
|
||||||
m_console_settings = new ConsoleSettingsWidget(this, m_ui.settingsContainer), tr("Console"),
|
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 "
|
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."));
|
"console.<br><br>Mouse over an option for additional information, and Shift+Wheel to scroll this panel."));
|
||||||
addWidget(
|
addWidget(
|
||||||
m_emulation_settings = new EmulationSettingsWidget(this, m_ui.settingsContainer), tr("Emulation"),
|
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 "
|
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."));
|
"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