Skip to content

Commit

Permalink
enable/disable browse menu types
Browse files Browse the repository at this point in the history
  • Loading branch information
AF-1 committed Jul 30, 2023
1 parent 8d49092 commit 196aa77
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 219 deletions.
4 changes: 4 additions & 0 deletions RatingsLight/HTML/EN/plugins/RatingsLight/settings/menus.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<option [% IF prefs.showratedtracksmenus == option.key %]selected='selected' [% END %]value="[% option.key %]">[% option.value | string %]</option>
[%- END -%]
</select>
<br><br>
<input name="pref_browsemenus_artists" id="browsemenus_artists" type="checkbox" [% IF prefs.browsemenus_artists %] checked [% END %]>&nbsp;&nbsp;[% "PLUGIN_RATINGSLIGHT_SETTINGS_MENUS_ARTISTS_MENU" | string %]<br><br>
<input name="pref_browsemenus_genres" id="browsemenus_genres" type="checkbox" [% IF prefs.browsemenus_genres %] checked [% END %]>&nbsp;&nbsp;[% "PLUGIN_RATINGSLIGHT_SETTINGS_MENUS_GENRES_MENU" | string %]<br><br>
<input name="pref_browsemenus_tracks" id="browsemenus_tracks" type="checkbox" [% IF prefs.browsemenus_tracks %] checked [% END %]>&nbsp;&nbsp;[% "PLUGIN_RATINGSLIGHT_SETTINGS_MENUS_TRACKS_MENU" | string %]
[% END %]
[% IF prefs.showratedtracksmenus > 0 %]
<br>
Expand Down
Loading

0 comments on commit 196aa77

Please sign in to comment.