format code

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-02-26 22:25:14 +02:00
parent da96172b0b
commit 24fd07861b
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -504,8 +504,7 @@ void JavaSettingsWidget::updateThresholds()
m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller than the minimum value"));
} else if (observedMaxMemory > 2048 && m_result.is_64bit) {
iconName = "status-bad";
m_labelMaxMemIcon->setToolTip(
tr("Because you're using 32 bit Java, you're exceeding the maximum possible allocation."));
m_labelMaxMemIcon->setToolTip(tr("Because you're using 32 bit Java, you're exceeding the maximum possible allocation."));
} else {
iconName = "status-good";
m_labelMaxMemIcon->setToolTip("");