mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 08:00:38 +00:00
Editor fixes
This commit is contained in:
parent
556eb15fb4
commit
14b25830ff
1 changed files with 23 additions and 25 deletions
|
@ -157,7 +157,6 @@ extension StatusEditor {
|
|||
private var characterCountAndLangView: some View {
|
||||
let value = (currentInstance.instance?.configuration?.statuses.maxCharacters ?? 500) + viewModel.statusTextCharacterLength
|
||||
HStack(alignment: .center) {
|
||||
if editorFocusState == assignedFocusState {
|
||||
LangButton(viewModel: viewModel)
|
||||
.padding(.leading, .layoutPadding)
|
||||
|
||||
|
@ -183,7 +182,6 @@ extension StatusEditor {
|
|||
}
|
||||
.buttonStyle(.bordered)
|
||||
.accessibilityLabel("accessibility.editor.button.spoiler")
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
|
|
Loading…
Reference in a new issue