Set user.scss caption

This commit is contained in:
Jiiks 2019-02-26 20:19:57 +02:00
parent c0765120e8
commit 7e1c379fd3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default class Editor extends Module {
const userscssPath = path.resolve(this.bd.config.getPath('data'), 'user.scss');
const userscss = await FileUtils.readFile(userscssPath);
constructFiles.push({
caption: 'user',
caption: 'userstyle',
type: 'file',
name: 'user.scss',
saved: true,