From 01b1428b3812db1d9ddcc08f7863009007cfb338 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 5 Apr 2023 14:48:38 +0200 Subject: [PATCH] fix(dtmm): Fix updating log view --- crates/dtmm/src/state/data.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/dtmm/src/state/data.rs b/crates/dtmm/src/state/data.rs index d1eb2e2..b1adcb6 100644 --- a/crates/dtmm/src/state/data.rs +++ b/crates/dtmm/src/state/data.rs @@ -156,8 +156,6 @@ pub(crate) struct State { pub game_dir: Arc, pub data_dir: Arc, pub nexus_api_key: Arc, - - #[data(ignore)] pub log: Vector, // True, when the initial loading of configuration and mods is still in progress pub loading: bool,