allow editing of certain builtin profiles

This commit is contained in:
stopflock
2025-08-29 13:42:05 -05:00
parent 395ef77fe3
commit d2a3e96a86
4 changed files with 80 additions and 31 deletions
@@ -44,7 +44,7 @@ class ProfileListSection extends StatelessWidget {
),
title: Text(p.name),
subtitle: Text(p.builtin ? 'Built-in' : 'Custom'),
trailing: p.builtin
trailing: !p.editable
? PopupMenuButton(
itemBuilder: (context) => [
PopupMenuItem(