remove spaces from settings keys

deepcrayonfish^2
Thibault Duplessis 2021-11-26 17:31:17 +01:00
parent ea256b836b
commit 87ef26b856
1 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ final class Env(
)
lazy val apiExplorerGamesPerSecond = memo.settingStore[Int](
"apiExplorerGamesPerSecond",
default = 200,
default = 300,
text = "Opening explorer games per second".some
)
lazy val pieceImageExternal = memo.settingStore[Boolean](