mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
more on custom client
This commit is contained in:
@@ -165,7 +165,7 @@ class DesktopTabController {
|
||||
}));
|
||||
}
|
||||
});
|
||||
if ((isDesktop && bind.isQs()) || callOnSelected) {
|
||||
if ((isDesktop && bind.isIncomingOnly()) || callOnSelected) {
|
||||
if (state.value.tabs.length > index) {
|
||||
final key = state.value.tabs[index].key;
|
||||
onSelected?.call(key);
|
||||
|
||||
Reference in New Issue
Block a user