Fix color of setting hints. Minor tweak to clipboard notifications

See #21223
This commit is contained in:
Henrik Rydgård
2026-02-17 11:29:46 +01:00
parent c89582cfd6
commit e65013201f
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ void DeveloperToolsScreen::CreateGeneralTab(UI::LinearLayout *list) {
std::string configStr = g_Config.GetConfigAsString();
if (!configStr.empty()) {
System_CopyStringToClipboard(configStr);
g_OSD.Show(OSDType::MESSAGE_INFO, ApplySafeSubstitutions(di->T("Copied to clipboard: %1"), "ppsspp.ini"), 1.0f);
g_OSD.Show(OSDType::MESSAGE_INFO, ApplySafeSubstitutions(di->T("Copied to clipboard: %1"), "ppsspp.ini"), 0.0f, "copyToClip");
}
});
}