Skip to content

Commit

Permalink
Show 'Source' btn in HTML editor of signature
Browse files Browse the repository at this point in the history
Fixes #4389
  • Loading branch information
cgx committed Apr 13, 2018
1 parent 3659470 commit a487679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/PreferencesUI/UIxAccountEditor.wox
Expand Up @@ -133,7 +133,7 @@
ck-options="{ 'autoGrow_minHeight': 70,
'toolbar': [['Bold', 'Italic', '-', 'Link',
'Font','FontSize','-','TextColor',
'BGColor']] }"
'BGColor', 'Source']] }"
ck-margin="8px"
ng-model="$AccountDialogController.account.identities[0].signature"><!-- signature --></textarea>
</div>
Expand Down

0 comments on commit a487679

Please sign in to comment.