Fix settings directory name

This commit is contained in:
mschuepbach
2024-03-14 18:40:19 +01:00
parent 391189c177
commit 3952170ca3
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[% PROCESS settings/header.html %]
<div>Hello World</div>
[% WRAPPER setting title="PLUGIN_YOUTUBEMUSIC_TESTPREF" desc="PLUGIN_YOUTUBEMUSIC_TESTPREF_DESC" %]
<input type="text" class="stdedit" name="pref_testPref" id="pref_testPref" value="[% prefs.pref_testPref %]" size="45">
[% END %]
[% PROCESS settings/footer.html %]