update label

This commit is contained in:
Tim Ringenbach
2025-03-05 20:29:25 -06:00
parent 8456626320
commit 4a8033c77c

View File

@@ -730,7 +730,7 @@ void AboutDialog::copyToClipboard()
<< QString::fromStdString(theme) << "/" << QString::fromStdString(style) << "\n";
// Add DPI information
str << "Logical/physical/ratio DPI: "
str << "Logical DPI/Physical DPI/Pixel Ratio: "
<< QApplication::primaryScreen()->logicalDotsPerInch()
<< "/"
<< QApplication::primaryScreen()->physicalDotsPerInch()