This commit is contained in:
parent
a872615b12
commit
71ccdd4a72
|
@ -39,10 +39,10 @@ type LatestSessionContent struct {
|
||||||
Files []string // paths of files of opening editor tabs
|
Files []string // paths of files of opening editor tabs
|
||||||
CurrentFile string // path of file of the current focused editor tab
|
CurrentFile string // path of file of the current focused editor tab
|
||||||
|
|
||||||
FileTreeLayout *Layout
|
FileTreeLayout *Layout // TODO: https://github.com/b3log/wide/issues/205
|
||||||
EditorLayout *Layout
|
EditorLayout *Layout // TODO: https://github.com/b3log/wide/issues/205
|
||||||
OutlineLayout *Layout
|
OutlineLayout *Layout // TODO: https://github.com/b3log/wide/issues/205
|
||||||
BottomLayout *Layout
|
BottomLayout *Layout // TODO: https://github.com/b3log/wide/issues/205
|
||||||
}
|
}
|
||||||
|
|
||||||
// User configuration.
|
// User configuration.
|
||||||
|
|
Loading…
Reference in New Issue