🚧 Set public context lang identifier and theme

This commit is contained in:
Manuel Cillero 2023-07-31 11:31:06 +02:00
parent 23309b4c84
commit c054081390

View file

@ -95,11 +95,11 @@ impl Context {
&self.request
}
pub(crate) fn langid(&self) -> &LanguageIdentifier {
pub fn langid(&self) -> &LanguageIdentifier {
self.langid
}
pub(crate) fn theme(&self) -> ThemeRef {
pub fn theme(&self) -> ThemeRef {
self.theme
}