git ssb

16+

Dominic / patchbay



Commit a293d80e9190015db0189ca3cd19e0be3acf6d1b

Fix "custom styles" description

Christian Bundy committed on 8/10/2018, 11:01:46 PM
Parent: fa8ed712ab5bde9f525c730497fbd46de5a352c9

Files changed

app/html/settings/custom-styles.jschanged
app/html/settings/custom-styles.jsView
@@ -22,9 +22,9 @@
2222
2323 return {
2424 title: 'Custom Styles',
2525 body: h('CustomStyles', [
26- h('p', 'Comma-seperated list of tabs which will open on startup.'),
26 + h('p', 'Custom MCSS to be applied on this window.'),
2727 styles,
2828 h('button', {'ev-click': peachify}, 'Apply Styles')
2929 ])
3030 }

Built with git-ssb-web