mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
replace hbb_common with submodule (#10543)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
4b066b1fba
commit
c44803f5b0
36 changed files with 71 additions and 7989 deletions
|
@ -80,7 +80,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||
slivers: [
|
||||
SliverList(
|
||||
delegate: SliverChildListDelegate([
|
||||
if (!bind.isCustomClient())
|
||||
if (!bind.isCustomClient() && !isIOS)
|
||||
Obx(() => _buildUpdateUI(stateGlobal.updateUrl.value)),
|
||||
_buildRemoteIDTextField(),
|
||||
])),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue