diff options
| author | Méven Car <[email protected]> | 2023-08-28 13:59:02 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-08-28 13:59:09 +0200 |
| commit | b45c57332f17fa82eb816179f20a84e392e51060 (patch) | |
| tree | 7777b6aa4a868315b6cd174998b3c541d577e5b8 /src/settings/interface/confirmationssettingspage.h | |
| parent | 1318f16fd7b84de79c04eb468d61e1c9b7b52e15 (diff) | |
Confirmations setting: Add checkbox for ConfirmOpenManyFolders and ConfirmOpenManyTerminals
We have to special handle the values saved as it is interpreted by KMessageBox
Diffstat (limited to 'src/settings/interface/confirmationssettingspage.h')
| -rw-r--r-- | src/settings/interface/confirmationssettingspage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/interface/confirmationssettingspage.h b/src/settings/interface/confirmationssettingspage.h index 56dd1a78c..d9413d754 100644 --- a/src/settings/interface/confirmationssettingspage.h +++ b/src/settings/interface/confirmationssettingspage.h @@ -43,6 +43,8 @@ private: QCheckBox *m_confirmClosingMultipleTabs; QComboBox *m_confirmScriptExecution; + QCheckBox *m_confirmOpenManyFolders; + QCheckBox *m_confirmOpenManyTerminals; }; #endif |
