[effects/presentwindows] Show Panels by default
Showing the panels makes this effect a little bit more integrated with the desktop. With the panels disabled it creates a separate state, with the panels enabled it creates a more friendly state with the effect adding to the already existing experience.
This commit is contained in:
parent
9719d6c5a2
commit
ff3cb59967
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="ShowPanel" type="Bool">
|
<entry name="ShowPanel" type="Bool">
|
||||||
<default>false</default>
|
<default>true</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="Accuracy" type="Int">
|
<entry name="Accuracy" type="Int">
|
||||||
<default>1</default>
|
<default>1</default>
|
||||||
|
|
Loading…
Reference in a new issue