limit number of player shortcuts displayed

This commit is contained in:
Jonathan Lamothe
2019-09-19 06:34:03 -04:00
parent f7e6ac9437
commit e3388c45c7
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -24,3 +24,7 @@ module Mtlstats.Config where
-- | The name of the team whose stats we're tracking
myTeam :: String
myTeam = "MONTREAL"
-- | The maximum number of function keys
maxFunKeys :: Int
maxFunKeys = 9