mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-15 12:35:54 +00:00
@@ -15,6 +15,8 @@ class LocationModel with ChangeNotifier {
|
||||
uiList.add(ui);
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
bool get isEmpty => uiList.isEmpty;
|
||||
}
|
||||
|
||||
void addLocation(PluginId id, String location, UiType ui) {
|
||||
|
||||
Reference in New Issue
Block a user