Added what's new window

This commit is contained in:
unsettledgames
2021-01-08 16:20:39 +01:00
parent cd5918c656
commit 9b3df20533
8 changed files with 106 additions and 14 deletions

4
js/_featuresLog.js Normal file
View File

@ -0,0 +1,4 @@
if (settings.showLog || settings.showLog == undefined) {
console.log("Ok");
showDialogue("features-log", false);
}