Skip to content

Commit 07d9eb7

Browse files
attachment and folder testing getting ready etc.
1 parent ebabd39 commit 07d9eb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mainWithDebug = runCommand $ \(opts :: PotatoCLIOptions) args -> do
7373
, _mainPFWidgetConfig_initialState = if _potatoCLIOptions_empty opts
7474
then emptyOwlPFState
7575
-- TODO load tutorial here owlpfstate_tutorial
76-
else owlpfstate_basic2
76+
else owlpfstate_attachments1
7777
}
7878

7979
-- set the title

potato_flow

src/Potato/Flow/Vty/Layer.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unlockedChar = 'a'
5959
expandChar :: Char
6060
expandChar = '»'
6161
closeChar :: Char
62-
closeChar = '«'
62+
closeChar = ''
6363

6464
{-# INLINE if' #-}
6565
if' :: Bool -> a -> a -> a

0 commit comments

Comments
 (0)