mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-13 18:43:08 -05:00
Add button for save and load Custom Template
This commit is contained in:
@ -98,6 +98,8 @@ public:
|
||||
Utils::BoolAspect multiLineCompletion{this};
|
||||
|
||||
Utils::StringAspect customJsonTemplate{this};
|
||||
ButtonAspect saveCustomTemplateButton{this};
|
||||
ButtonAspect loadCustomTemplateButton{this};
|
||||
Utils::StringAspect apiKey{this};
|
||||
|
||||
ButtonAspect resetToDefaults{this};
|
||||
@ -109,6 +111,8 @@ private:
|
||||
void showModelSelectionDialog();
|
||||
Utils::Environment getEnvironmentWithProviderPaths() const;
|
||||
void resetSettingsToDefaults();
|
||||
void saveCustomTemplate();
|
||||
void loadCustomTemplate();
|
||||
};
|
||||
|
||||
QodeAssistSettings &settings();
|
||||
|
||||
Reference in New Issue
Block a user