This commit is contained in:
Liang Ding 2015-03-11 10:16:38 +08:00
parent a872615b12
commit 71ccdd4a72
1 changed files with 4 additions and 4 deletions

View File

@ -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.