feat: flatpak and flutter build
This commit is contained in:
parent
1c170366e7
commit
2d93460873
9 changed files with 96 additions and 4 deletions
|
|
@ -680,7 +680,7 @@ impl<T: InvokeUiSession> Session<T> {
|
|||
|
||||
pub fn get_chatbox(&self) -> String {
|
||||
#[cfg(feature = "inline")]
|
||||
return super::inline::get_chatbox();
|
||||
return crate::ui::inline::get_chatbox();
|
||||
#[cfg(not(feature = "inline"))]
|
||||
return "".to_owned();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue