Updated the changelog and minor display bugfixing
parent
65d7051819
commit
13e0d66420
|
@ -1,4 +1,9 @@
|
|||
# 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**
|
||||
- Various bugfixes (Thanks to Vafin)
|
||||
|
||||
|
|
|
@ -180,6 +180,7 @@ const ChannelName = React.memo(() => {
|
|||
type={"boxed"}
|
||||
title={useTr("Channel name mode")}
|
||||
refSelect={refSelect}
|
||||
disabled={!editable}
|
||||
>
|
||||
<option value={"loading"} style={{ display: "none" }}>{useTr("loading")}</option>
|
||||
<option value={"normal"}>{useTr("Normal Name")}</option>
|
||||
|
|
Loading…
Reference in New Issue