remove sciter keep cm open for file log
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
		
							parent
							
								
									a5dcac137f
								
							
						
					
					
						commit
						e98aa81794
					
				| @ -2278,7 +2278,7 @@ impl Connection { | |||||||
|             lock_screen().await; |             lock_screen().await; | ||||||
|         } |         } | ||||||
|         #[cfg(not(any(target_os = "android", target_os = "ios")))] |         #[cfg(not(any(target_os = "android", target_os = "ios")))] | ||||||
|         let data = if self.chat_unanswered || self.file_transferred { |         let data = if self.chat_unanswered || self.file_transferred && cfg!(feature = "flutter") { | ||||||
|             ipc::Data::Disconnected |             ipc::Data::Disconnected | ||||||
|         } else { |         } else { | ||||||
|             ipc::Data::Close |             ipc::Data::Close | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user