Update wording of .sng setting

This commit is contained in:
Geomitron
2023-12-25 12:18:49 -06:00
parent 78e46b9c66
commit d904709086

View File

@@ -74,10 +74,9 @@
</ul> </ul>
</div> </div>
<div class="flex-1"> <div class="flex-1">
<span class="font-bold text-lg">.zip</span> <span class="font-bold text-lg">Chart Folder</span>
<ul class="list-disc pl-5"> <ul class="list-disc pl-5">
<li>Contains chart folder</li> <li>Chart files (such as audio and album art) are placed inside a folder</li>
<li>Must be extracted before it can be scanned in-game</li>
<li>Supported across many games</li> <li>Supported across many games</li>
</ul> </ul>
</div> </div>
@@ -102,7 +101,7 @@
<label class="label cursor-pointer"> <label class="label cursor-pointer">
<input type="radio" name="isSng" class="radio radio-secondary mr-2" [value]="false" [formControl]="isSng" /> <input type="radio" name="isSng" class="radio radio-secondary mr-2" [value]="false" [formControl]="isSng" />
.zip Chart Folder
</label> </label>
</div> </div>
</div> </div>