mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 16:55:40 -04:00
UI: Add missing register widget help (#1515)
* Update displaysettingswidget.cpp * Update generalsettingswidget.cpp * Update consolesettingswidget.cpp
This commit is contained in:
@ -113,6 +113,8 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.showSpeed, tr("Show Speed"), tr("Unchecked"),
|
||||
tr("Shows the current emulation speed of the system in the top-right corner of the display as a percentage."));
|
||||
dialog->registerWidgetHelp(m_ui.showResolution, tr("Show Resolution"), tr("Unchecked"),
|
||||
tr("Shows the resolution of the game in the top-right corner of the display."));
|
||||
|
||||
#ifdef _WIN32
|
||||
{
|
||||
@ -255,4 +257,4 @@ void DisplaySettingsWidget::onGPUFullscreenModeIndexChanged()
|
||||
|
||||
m_host_interface->SetStringSettingValue("GPU", "FullscreenMode",
|
||||
m_ui.fullscreenMode->currentText().toUtf8().constData());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user