Add missing global

This commit is contained in:
Mikayla 2023-11-14 00:09:42 -08:00
parent ee4957dd47
commit 8aa076692e
No known key found for this signature in database

View file

@ -113,6 +113,8 @@ fn main() {
app.run(move |cx| {
cx.set_global(*RELEASE_CHANNEL);
cx.set_global(listener.clone());
load_embedded_fonts(cx);
let mut store = SettingsStore::default();