Add missing global
This commit is contained in:
parent
ee4957dd47
commit
8aa076692e
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ fn main() {
|
||||||
|
|
||||||
app.run(move |cx| {
|
app.run(move |cx| {
|
||||||
cx.set_global(*RELEASE_CHANNEL);
|
cx.set_global(*RELEASE_CHANNEL);
|
||||||
|
cx.set_global(listener.clone());
|
||||||
|
|
||||||
load_embedded_fonts(cx);
|
load_embedded_fonts(cx);
|
||||||
|
|
||||||
let mut store = SettingsStore::default();
|
let mut store = SettingsStore::default();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue