Rename cx.global_default_mut
to cx.global_default
This commit is contained in:
parent
4ca7ddfc42
commit
d6bd000aa8
14 changed files with 52 additions and 50 deletions
|
@ -47,7 +47,6 @@ fn main() {
|
|||
let args = Args::parse();
|
||||
|
||||
let story_selector = args.story.clone();
|
||||
|
||||
let theme_name = args.theme.unwrap_or("One Dark".to_string());
|
||||
let theme = themes::load_theme(theme_name).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue