🚧 Set public context lang identifier and theme
This commit is contained in:
parent
23309b4c84
commit
c054081390
1 changed files with 2 additions and 2 deletions
|
|
@ -95,11 +95,11 @@ impl Context {
|
||||||
&self.request
|
&self.request
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn langid(&self) -> &LanguageIdentifier {
|
pub fn langid(&self) -> &LanguageIdentifier {
|
||||||
self.langid
|
self.langid
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn theme(&self) -> ThemeRef {
|
pub fn theme(&self) -> ThemeRef {
|
||||||
self.theme
|
self.theme
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue