mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-15 08:37:28 +02:00
Fix phantom FOVs, reorderable profiles
This commit is contained in:
@@ -407,6 +407,10 @@ class AppState extends ChangeNotifier {
|
||||
_profileState.addOrUpdateProfile(p);
|
||||
}
|
||||
|
||||
void reorderProfiles(int oldIndex, int newIndex) {
|
||||
_profileState.reorderProfiles(oldIndex, newIndex);
|
||||
}
|
||||
|
||||
void deleteProfile(NodeProfile p) {
|
||||
_profileState.deleteProfile(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user