mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
refactor: use listview for file lists
This commit is contained in:
@@ -75,6 +75,10 @@ class FileModel extends ChangeNotifier {
|
||||
return isLocal ? _localSortStyle : _remoteSortStyle;
|
||||
}
|
||||
|
||||
bool getSortAscending(bool isLocal) {
|
||||
return isLocal ? _localSortAscending : _remoteSortAscending;
|
||||
}
|
||||
|
||||
FileDirectory _currentLocalDir = FileDirectory();
|
||||
|
||||
FileDirectory get currentLocalDir => _currentLocalDir;
|
||||
|
||||
Reference in New Issue
Block a user