feat: Add default option for custom instructions

This commit is contained in:
Petr Mironychev
2025-11-17 15:54:35 +01:00
parent 944e7fb00a
commit f3aa706227
5 changed files with 52 additions and 1 deletions

View File

@ -30,6 +30,7 @@ struct CustomInstruction
QString id;
QString name;
QString body;
bool isDefault = false;
};
class CustomInstructionsManager : public QObject