Darktide Mod Manager #39

Merged
lucas merged 91 commits from feat/dtmm into master 2023-03-01 22:27:42 +01:00
Showing only changes of commit d5687ccae4 - Show all commits

View file

@ -295,6 +295,7 @@ fn build_log_view() -> impl Widget<State> {
.with_font(font)
.with_line_break_mode(LineBreaking::WordWrap)
.lens(State::log)
.padding(4.)
.scroll()
.vertical()
.controller(AutoScrollController);