Qt: Rename (Default) to (Borderless Fullscreen) for per-game config

This commit is contained in:
Stenzek 2023-09-09 15:12:46 +10:00 committed by Connor McLaughlin
parent e1616af98c
commit 90c6e4cd1b
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ void GraphicsSettingsWidget::updateRendererDependentOptions()
if (m_dialog->isPerGameSettings())
{
m_ui.fullscreenModes->insertItem(
0, tr("Use Global Setting [%1]").arg(current_mode.empty() ? tr("(Default)") : QString::fromStdString(current_mode)));
0, tr("Use Global Setting [%1]").arg(current_mode.empty() ? tr("Borderless Fullscreen") : QString::fromStdString(current_mode)));
if (!m_dialog->getSettingsInterface()->GetStringValue("EmuCore/GS", "FullscreenMode", &current_mode))
{
current_mode.clear();