mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-15 15:40:35 +00:00
Update wording of .sng setting
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user