From b498e2e43c00d718474d973fb98e6c7d94e32d0a Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 21 Aug 2025 12:46:12 +0200 Subject: Warn when renaming a file would change its file type While the file's content won't change, applications may no longer recognize it. --- src/settings/interface/confirmationssettingspage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings/interface/confirmationssettingspage.h') 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 -- cgit v1.3