Updated the changelog and minor display bugfixing

This commit is contained in:
WolverinDEV 2021-01-22 17:40:37 +01:00
parent 65d7051819
commit 13e0d66420
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,9 @@
# Changelog: # Changelog:
* **22.01.21**
- Allowing the user to easily change the channel name mode
- Fixed channel name mode parsing
- Improved the modal algorithms as preparation for easier popoutable modals
* **16.01.21** * **16.01.21**
- Various bugfixes (Thanks to Vafin) - Various bugfixes (Thanks to Vafin)

View file

@ -180,6 +180,7 @@ const ChannelName = React.memo(() => {
type={"boxed"} type={"boxed"}
title={useTr("Channel name mode")} title={useTr("Channel name mode")}
refSelect={refSelect} refSelect={refSelect}
disabled={!editable}
> >
<option value={"loading"} style={{ display: "none" }}>{useTr("loading")}</option> <option value={"loading"} style={{ display: "none" }}>{useTr("loading")}</option>
<option value={"normal"}>{useTr("Normal Name")}</option> <option value={"normal"}>{useTr("Normal Name")}</option>