diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:43:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 11:15:29 +0900 |
| commit | 00f9fa931a25c42823751489f4c52a7bf97336ba (patch) | |
| tree | 5c7e156d682c875084d218356663ef28c246fdfa /src/plugins/scanfolder/ktscanfolderplugin.kcfg | |
| parent | 0df1636b33ecc71dcd71785940073fe7e2c22d4e (diff) | |
| download | ktorrent-00f9fa93.tar.gz ktorrent-00f9fa93.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26a93b0fbb3c81e4aa011fc49cd88444b8edc0bd)
Diffstat (limited to 'src/plugins/scanfolder/ktscanfolderplugin.kcfg')
| -rw-r--r-- | src/plugins/scanfolder/ktscanfolderplugin.kcfg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/scanfolder/ktscanfolderplugin.kcfg b/src/plugins/scanfolder/ktscanfolderplugin.kcfg index f9b919f..98e8099 100644 --- a/src/plugins/scanfolder/ktscanfolderplugin.kcfg +++ b/src/plugins/scanfolder/ktscanfolderplugin.kcfg @@ -7,17 +7,17 @@ <group name="general"> <entry name="useFolder1" type="Bool"> <label>Enable scanning of folder1?</label> - <default>FALSE</default> + <default>false</default> </entry> <entry name="useFolder2" type="Bool"> <label>Enable scanning of folder2?</label> - <default>FALSE</default> + <default>false</default> </entry> <entry name="useFolder3" type="Bool"> <label>Enable scanning of folder3?</label> - <default>FALSE</default> + <default>false</default> </entry> <entry name="folder1" type="String"> @@ -37,17 +37,17 @@ <entry name="openSilently" type="Bool"> <label>Whether to open torrent silently or not.</label> - <default>FALSE</default> + <default>false</default> </entry> <entry name="actionDelete" type="Bool"> <label>Delete action checked.</label> - <default>FALSE</default> + <default>false</default> </entry> <entry name="actionMove" type="Bool"> <label>Move action checked.</label> - <default>FALSE</default> + <default>false</default> </entry> </group> </kcfg> |
