mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-22 02:22:44 -05:00
feat: Add default option for custom instructions
This commit is contained in:
@ -30,6 +30,7 @@ struct CustomInstruction
|
||||
QString id;
|
||||
QString name;
|
||||
QString body;
|
||||
bool isDefault = false;
|
||||
};
|
||||
|
||||
class CustomInstructionsManager : public QObject
|
||||
|
||||
Reference in New Issue
Block a user