mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 22:51:03 +03:00
feat: flatpak and flutter build
This commit is contained in:
@@ -39,7 +39,7 @@ use crate::ui_interface::{
|
||||
|
||||
mod cm;
|
||||
#[cfg(feature = "inline")]
|
||||
mod inline;
|
||||
pub mod inline;
|
||||
#[cfg(target_os = "macos")]
|
||||
mod macos;
|
||||
pub mod remote;
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user