mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: add default config values
This commit is contained in:
parent
12dee6bb70
commit
9682f5daf7
1 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,9 @@ export default class Gitako extends React.PureComponent {
|
|||
toggleShowSideBarShortcut: '',
|
||||
metaData: null,
|
||||
treeData: null,
|
||||
compressSingletonFolder: false,
|
||||
compressSingletonFolder: true,
|
||||
copyFileButton: true,
|
||||
copySnippetButton: true,
|
||||
}
|
||||
|
||||
componentWillMount() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue