Colorize log output #97

Merged
lucas merged 5 commits from feat/color-log into master 2023-04-05 16:27:29 +02:00
Showing only changes of commit 01b1428b38 - Show all commits

View file

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