From 71ccdd4a723948982893ecb78a786c693ffcef23 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 11 Mar 2015 10:16:38 +0800 Subject: [PATCH] . --- conf/user.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/user.go b/conf/user.go index 41d2851..18248db 100644 --- a/conf/user.go +++ b/conf/user.go @@ -39,10 +39,10 @@ type LatestSessionContent struct { Files []string // paths of files of opening editor tabs CurrentFile string // path of file of the current focused editor tab - FileTreeLayout *Layout - EditorLayout *Layout - OutlineLayout *Layout - BottomLayout *Layout + FileTreeLayout *Layout // TODO: https://github.com/b3log/wide/issues/205 + EditorLayout *Layout // TODO: https://github.com/b3log/wide/issues/205 + OutlineLayout *Layout // TODO: https://github.com/b3log/wide/issues/205 + BottomLayout *Layout // TODO: https://github.com/b3log/wide/issues/205 } // User configuration.