mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-20 03:31:00 +03:00
mobile file transfer handle driver & update UI theme
This commit is contained in:
@@ -1139,6 +1139,7 @@ class SelectedItems {
|
||||
bool? get isLocal => _isLocal;
|
||||
|
||||
add(bool isLocal, Entry e) {
|
||||
if (e.isDrive) return;
|
||||
_isLocal ??= isLocal;
|
||||
if (_isLocal != null && _isLocal != isLocal) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user