Operator profiles as list. Add simon property group.

This commit is contained in:
stopflock
2025-10-24 17:11:43 -05:00
parent 618d31d016
commit f1f145a35f
3 changed files with 44 additions and 42 deletions
+1 -6
View File
@@ -13,12 +13,7 @@ class OperatorProfileState extends ChangeNotifier {
// Add default operator profiles if this is first launch
if (addDefaults) {
final defaults = [
OperatorProfile.lowes(),
OperatorProfile.homeDepot(),
];
_profiles.addAll(defaults);
_profiles.addAll(OperatorProfile.getDefaults());
await OperatorProfileService().save(_profiles);
}
}