mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE Use MiB suffix for Java memory options
This commit is contained in:
parent
27d3ae145a
commit
d8598d6901
6 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
JavaSettingsWidget::JavaSettingsWidget(QWidget* parent) : QWidget(parent)
|
||||
{
|
||||
m_availableMemory = Sys::getSystemRam() / Sys::megabyte;
|
||||
m_availableMemory = Sys::getSystemRam() / Sys::mebibyte;
|
||||
|
||||
goodIcon = MMC->getThemedIcon("status-good");
|
||||
yellowIcon = MMC->getThemedIcon("status-yellow");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue