CustomKeybindingDemo: nit

This commit is contained in:
Jonathan Daugherty 2022-08-08 14:20:39 -07:00
parent f4b06804da
commit 8763de2df9

View File

@ -127,12 +127,10 @@ drawUi st = [body]
case st^.loadedCustomBindings of
Nothing ->
hLimit 40 $
txtWrap $ "No custom bindings loaded. " <>
"Create an INI file with a " <>
txtWrap $ "No custom bindings loaded. Create an INI file with a " <>
(Text.pack $ show sectionName) <>
" section or use 'programs/custom_keys.ini'. " <>
"Pass its path to this " <>
"program on the command line."
"Pass its path to this program on the command line."
Just f -> str "Loaded custom bindings from:" <=> str (show f)
body = C.center $