-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
33 lines (30 loc) · 1.02 KB
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<theme>
<variables>
<!--
Whether to display
custom collection lineart or not.
-->
<showCustomCollectionLineart>true</showCustomCollectionLineart>
<!--
Values only availble in Grid layout:
bg-image - Grid layout, uses md_image
bg-video - Play the video instead of showing an image
framed-image - remove gradient and adds border
framed-video - remove gradient and adds border
artbook - Grid layout with a sidebar of metadata of the currently selected game
-->
<gridLayoutType>artbook</gridLayoutType>
<!--
Available values:
true - Gamelist view style detailed and video will have full metadata.
false - Gamelist view style detailed and video will have no metadata, and
will only have image and marquee.
-->
<viewMetadata>true</viewMetadata>
<!--
For debugging.
Useful positioning guidelines if extending the theme.
-->
<systemTurnOnGuides>false</systemTurnOnGuides>
</variables>
</theme>