mobile file transfer handle driver & update UI theme

This commit is contained in:
csf
2022-10-19 11:49:32 +09:00
parent ec698e6885
commit d10748a67b
2 changed files with 78 additions and 64 deletions

View File

@@ -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;