mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 08:31:08 +03: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