1 Commits

Author SHA1 Message Date
b1e035d03e add puke event 2025-09-26 00:00:36 +02:00

View File

@@ -27,7 +27,7 @@ class NumericUtils (val context: Context) {
"US" -> false // US IMPERIAL
// UK, Myanmar, Liberia,
"GB", "MM", "LR" -> false // IMPERIAL
else -> true // METRIC
else -> true // UnitSystem.METRIC
}
}
}