Disable composer/upload button when no permission

This commit is contained in:
miruka
2019-12-11 13:53:22 -04:00
parent c2b7b458f9
commit c4ee77ca15
6 changed files with 55 additions and 8 deletions

View File

@@ -171,11 +171,13 @@ controls:
color text: colors.text
color focusedText: colors.text
color placeholderText: colors.dimText
color disabledText: colors.dimText
textArea:
color background: colors.inputBackground
color text: colors.text
color placeholderText: controls.textField.placeholderText
color disabledText: controls.textField.disabledText
toolTip:
int delay: 500