Commit ea35fa0e272078223d53e25b34e33730e0c77a12
Make it easier to know you are replying in private
Anders Rune Jensen committed on 6/14/2018, 7:47:10 PMParent: c00f7fcc56480fd7009e98745615388972d0a8a4
Files changed
message/html/compose.js | changed |
message/html/compose.js | ||
---|---|---|
@@ -130,9 +130,9 @@ | ||
130 | 130 … | }, { private: isPrivate, removeExif: api.settings.obs.get('patchbay.removeExif', true) }) |
131 | 131 … | |
132 | 132 … | fileInput.onclick = () => hasContent.set(true) |
133 | 133 … | |
134 | - var publishBtn = h('button', { 'ev-click': publish }, 'Publish') | |
134 … | + var publishBtn = h('button', { 'ev-click': publish }, isPrivate ? 'Reply' : 'Publish') | |
135 | 135 … | |
136 | 136 … | var actions = h('section.actions', [ |
137 | 137 … | fileInput, |
138 | 138 … | publishBtn |
Built with git-ssb-web