summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/application.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.rs b/src/application.rs
index 19cab7da..a529580e 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -195,6 +195,7 @@ pub trait Application: Sized {
} else {
None
},
+ background_color: settings.background_color,
..crate::renderer::Settings::default()
};