mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00: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