File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
channels/plasma/airootfs.any/usr/share/config.kcfg Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <kcfg xmlns =" http://www.kde.org/standards/kcfg/1.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.kde.org/standards/kcfg/1.0
5+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6+ <kcfgfile name =" freespacenotifierrc" />
7+ <group name =" General" >
8+ <entry name =" minimumSpace" type =" Int" >
9+ <label >Minimum free space before user starts being notified.</label >
10+ <default >200</default >
11+ <min >1</min >
12+ <max >100000</max >
13+ </entry >
14+ <entry name =" enableNotification" type =" Bool" >
15+ <label >Is the free space notification enabled.</label >
16+ <default >0</default >
17+ </entry >
18+ </group >
19+ </kcfg >
You can’t perform that action at this time.
0 commit comments