Allow _ in preferences again, version bump

This commit is contained in:
Pieter Vander Vennet 2021-06-22 14:29:22 +02:00
parent aaaf876257
commit c6e4ebc347
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ import Combine from "./UI/Base/Combine";
import {Button} from "./UI/Base/Button";
import {TextField} from "./UI/Input/TextField";
import {FixedUiElement} from "./UI/Base/FixedUiElement";
import {UIElement} from "./UI/UIElement";
import {UIEventSource} from "./Logic/UIEventSource";
import {Utils} from "./Utils";
import {SubtleButton} from "./UI/Base/SubtleButton";