default on

This commit is contained in:
callebtc
2025-08-30 17:19:39 +02:00
parent 9d7e656ceb
commit ec1f545469
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ object PoWPreferenceManager {
private const val KEY_POW_DIFFICULTY = "pow_difficulty" private const val KEY_POW_DIFFICULTY = "pow_difficulty"
// Default values // Default values
private const val DEFAULT_POW_ENABLED = false private const val DEFAULT_POW_ENABLED = true
private const val DEFAULT_POW_DIFFICULTY = 10 // Reasonable default for geohash spam prevention private const val DEFAULT_POW_DIFFICULTY = 10 // Reasonable default for geohash spam prevention
// State flows for reactive UI // State flows for reactive UI
@@ -226,7 +226,7 @@ fun AboutSheet(
} }
Text( Text(
text = "add computational proof of work to geohash messages for spam deterrence.", text = "add proof of work to geohash messages for spam deterrence.",
fontSize = 10.sp, fontSize = 10.sp,
fontFamily = FontFamily.Monospace, fontFamily = FontFamily.Monospace,
color = colorScheme.onSurface.copy(alpha = 0.6f) color = colorScheme.onSurface.copy(alpha = 0.6f)