1
0
Fork 0

fix(plugin-title): Add space between name and version

This commit is contained in:
Benjamin F 2023-03-19 12:58:59 -07:00
parent 254ec611ed
commit 2cae09789e

View file

@ -112,7 +112,7 @@ export const plugin = {
let name = store.data?.name || 'No Name'
name = name.replace('@freesewing/', '')
name += 'v' + (store.data?.version || 'No Version')
name += ' v' + (store.data?.version || 'No Version')
points[`_${prefix}_titlePattern`] = nextPoint(name, 'fill-note')
if (store.data.for) {