mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
@ -504,8 +504,7 @@ void JavaSettingsWidget::updateThresholds()
|
|||||||
m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller than the minimum value"));
|
m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller than the minimum value"));
|
||||||
} else if (observedMaxMemory > 2048 && m_result.is_64bit) {
|
} else if (observedMaxMemory > 2048 && m_result.is_64bit) {
|
||||||
iconName = "status-bad";
|
iconName = "status-bad";
|
||||||
m_labelMaxMemIcon->setToolTip(
|
m_labelMaxMemIcon->setToolTip(tr("Because you're using 32 bit Java, you're exceeding the maximum possible allocation."));
|
||||||
tr("Because you're using 32 bit Java, you're exceeding the maximum possible allocation."));
|
|
||||||
} else {
|
} else {
|
||||||
iconName = "status-good";
|
iconName = "status-good";
|
||||||
m_labelMaxMemIcon->setToolTip("");
|
m_labelMaxMemIcon->setToolTip("");
|
||||||
|
Reference in New Issue
Block a user