Updated the changelog and minor display bugfixing

master
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:
* **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)

View File

@ -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>