constant
This commit is contained in:
@@ -254,8 +254,8 @@ impl MathApp {
|
|||||||
|
|
||||||
last_info: (None, None),
|
last_info: (None, None),
|
||||||
text: data.text,
|
text: data.text,
|
||||||
opened: Opened::default(),
|
opened: const { Opened::default() },
|
||||||
settings: Default::default(),
|
settings: const { AppSettings::default() },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user