fix(dtmm): Fix updating log view

This commit is contained in:
Lucas Schwiderski 2023-04-05 14:48:38 +02:00
parent f30608e6f1
commit 01b1428b38
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -156,8 +156,6 @@ pub(crate) struct State {
pub game_dir: Arc<PathBuf>,
pub data_dir: Arc<PathBuf>,
pub nexus_api_key: Arc<String>,
#[data(ignore)]
pub log: Vector<RichText>,
// True, when the initial loading of configuration and mods is still in progress
pub loading: bool,