plugins/hidecursor: Change the defaults
It's more likely that this plugin will be enabled because of hiding cursor when typing so let's use that by default. CCBUG: 488971
This commit is contained in:
parent
4c8544c44f
commit
585dd069f7
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
<kcfgfile arg="true"/>
|
||||
<group name="Effect-hidecursor">
|
||||
<entry name="InactivityDuration" type="UInt">
|
||||
<default>5</default>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="HideOnTyping" type="Bool">
|
||||
<default>false</default>
|
||||
<default>true</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
||||
|
|
Loading…
Reference in a new issue