mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added what's new window
This commit is contained in:
4
js/_featuresLog.js
Normal file
4
js/_featuresLog.js
Normal file
@ -0,0 +1,4 @@
|
||||
if (settings.showLog || settings.showLog == undefined) {
|
||||
console.log("Ok");
|
||||
showDialogue("features-log", false);
|
||||
}
|
Reference in New Issue
Block a user