fix(schedule): fix options PathPiece instances
This commit is contained in:
parent
db7238da5e
commit
57c1cc768c
@ -34,7 +34,7 @@ data ScheduleOptionsAction = ScheduleSetView
|
||||
| ScheduleSetDefault
|
||||
deriving (Eq, Ord, Show, Read, Generic, Typeable)
|
||||
|
||||
derivePathPiece ''ScheduleOptionsAction (camelToPathPiece' 1) "_"
|
||||
derivePathPiece ''ScheduleOptionsAction (camelToPathPiece' 1) "--"
|
||||
|
||||
|
||||
data ScheduleOptions = ScheduleOptions
|
||||
@ -44,7 +44,7 @@ data ScheduleOptions = ScheduleOptions
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read, Generic, Typeable)
|
||||
|
||||
derivePathPiece ''ScheduleOptions (camelToPathPiece' 1) "__"
|
||||
derivePathPiece ''ScheduleOptions (camelToPathPiece' 1) "---"
|
||||
|
||||
instance Button UniWorX ScheduleOptions where
|
||||
btnClasses = const [BCIsButton]
|
||||
|
||||
Reference in New Issue
Block a user