mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Merge pull request #2012 from Trial97/openal_settings
Fixed openAL placeholder
This commit is contained in:
commit
35ad4448d9
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ void InstanceSettingsPage::loadSettings()
|
|||
#ifdef Q_OS_LINUX
|
||||
ui->lineEditOpenALPath->setPlaceholderText(APPLICATION->m_detectedOpenALPath);
|
||||
#else
|
||||
ui->lineEditGLFWPath->setPlaceholderText(tr("Path to %1 library file").arg(BuildConfig.OPENAL_LIBRARY_NAME));
|
||||
ui->lineEditOpenALPath->setPlaceholderText(tr("Path to %1 library file").arg(BuildConfig.OPENAL_LIBRARY_NAME));
|
||||
#endif
|
||||
|
||||
// Performance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue