Render controls using options menu

This commit is contained in:
2022-12-24 13:35:29 +00:00
parent 80d319b38e
commit a3162e8f9c
3 changed files with 5 additions and 29 deletions
-4
View File
@@ -64,10 +64,6 @@ data ScreenLayer
, _scAvailableLines :: Int
, _scListDisplayParams :: ListDisplayParams
}
| ColumnsScreen
{ _scTitle :: String
, _scColumns :: [(String, String)]
}
| InputScreen
{ _scInput :: T.Text
, _scFooter :: String