added wiki images

This commit is contained in:
CDeenen
2020-11-11 22:14:17 +01:00
parent 3a447604c9
commit 4eea123fac
18 changed files with 3 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ export const registerSettings = function() {
});
game.settings.registerMenu(MODULE.moduleName, 'playlistConfigMenu',{
name: "Playlist Config",
label: "Playlist Config",
name: "Playlist Configuration",
label: "Playlist Configuration",
type: playlistConfigForm,
restricted: true
});