diff options
| author | Kai Uwe Broulik <[email protected]> | 2025-08-21 12:46:12 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2025-08-26 17:51:56 +0000 |
| commit | b498e2e43c00d718474d973fb98e6c7d94e32d0a (patch) | |
| tree | 2abb4ddd2b1a85c1259bad1a6cef5516012ffd53 /src/settings/interface/confirmationssettingspage.h | |
| parent | 2577a6c1cbf35e305ed03797d1297cb21899c7f5 (diff) | |
Warn when renaming a file would change its file type
While the file's content won't change, applications may no longer
recognize it.
Diffstat (limited to 'src/settings/interface/confirmationssettingspage.h')
| -rw-r--r-- | src/settings/interface/confirmationssettingspage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/interface/confirmationssettingspage.h b/src/settings/interface/confirmationssettingspage.h index ff9aca20e..353a49ee5 100644 --- a/src/settings/interface/confirmationssettingspage.h +++ b/src/settings/interface/confirmationssettingspage.h @@ -46,6 +46,7 @@ private: QCheckBox *m_confirmOpenManyFolders; QCheckBox *m_confirmOpenManyTerminals; QCheckBox *m_confirmRisksOfActingAsAdmin; + QCheckBox *m_confirmRenameFileType = nullptr; }; #endif |
