feat: Add settings button to quick refactor dialog

This commit is contained in:
Petr Mironychev
2025-12-01 13:21:50 +01:00
parent 406ba05bfb
commit 75d1551b00
2 changed files with 16 additions and 0 deletions

View File

@ -60,6 +60,7 @@ private slots:
void onEditCustomCommand();
void onDeleteCustomCommand();
void onOpenInstructionsFolder();
void onOpenSettings();
void loadCustomCommands();
void loadAvailableConfigurations();
void onConfigurationChanged(int index);
@ -77,6 +78,7 @@ private:
QToolButton *m_editCommandButton;
QToolButton *m_deleteCommandButton;
QToolButton *m_openFolderButton;
QToolButton *m_settingsButton;
QToolButton *m_toolsButton;
QToolButton *m_thinkingButton;
QComboBox *m_commandsComboBox;