mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 13:45:38 +00:00
(linear-es-de) Fixed an issue where creating custom collections named now-playing or completed could lead to them being unthemed
This commit is contained in:
parent
e376c21d36
commit
4a1db1bc9c
|
@ -1,7 +1,4 @@
|
|||
<theme>
|
||||
<variables>
|
||||
<systemColor>AA9D96</systemColor>
|
||||
</variables>
|
||||
<view name="system,gamelist">
|
||||
<text name="system-label">
|
||||
<text>${systemManufacturer} / ${systemReleaseYear} / ${systemHardwareType}</text>
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<theme>
|
||||
<variant name="gamelist-grid">
|
||||
<view name="gamelist">
|
||||
<grid name="grid">
|
||||
<imageFit>fit</imageFit>
|
||||
</grid>
|
||||
</view>
|
||||
</variant>
|
||||
</theme>
|
|
@ -1,7 +1,4 @@
|
|||
<theme>
|
||||
<variables>
|
||||
<systemColor>CE4B39</systemColor>
|
||||
</variables>
|
||||
<view name="system,gamelist">
|
||||
<text name="system-label">
|
||||
<text>${systemManufacturer} / ${systemReleaseYear} / ${systemHardwareType}</text>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
<theme>
|
||||
<variables>
|
||||
<systemColor>CE4B39</systemColor>
|
||||
</variables>
|
||||
<view name="system,gamelist">
|
||||
<text name="system-label">
|
||||
<text>${systemManufacturer} / ${systemReleaseYear} / ${systemHardwareType}</text>
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<theme>
|
||||
<variant name="gamelist-grid">
|
||||
<view name="gamelist">
|
||||
<grid name="grid">
|
||||
<imageFit>fit</imageFit>
|
||||
</grid>
|
||||
</view>
|
||||
</variant>
|
||||
</theme>
|
|
@ -1,7 +1,4 @@
|
|||
<theme>
|
||||
<variables>
|
||||
<systemColor>5B6559</systemColor>
|
||||
</variables>
|
||||
<view name="system,gamelist">
|
||||
<text name="system-label">
|
||||
<text>${systemManufacturer} / ${systemReleaseYear} / ${systemHardwareType}</text>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
<theme>
|
||||
<variables>
|
||||
<systemColor>5B6559</systemColor>
|
||||
</variables>
|
||||
<view name="system,gamelist">
|
||||
<text name="system-label">
|
||||
<text>${systemManufacturer} / ${systemReleaseYear} / ${systemHardwareType}</text>
|
||||
|
|
Loading…
Reference in a new issue