[UI] Increase tooltip timeout to 60 seconds

This commit is contained in:
bomabomabomaboma
2026-04-18 09:48:19 +09:00
committed by Heel
parent 8d4fa3d40a
commit e9f481ef72
+1 -1
View File
@@ -238,7 +238,7 @@ void ConfigDialogQt::CreateCategoryPage(
QString("<p style='white-space: pre-wrap; max-width: 400px;'>%1</p>")
.arg(SafeQString(var_info->description).toHtmlEscaped());
label->setToolTip(tooltip);
label->setToolTipDuration(5000); // Show for 5 seconds
label->setToolTipDuration(60000); // Show for 60 seconds
}
// Store label reference for bold state updates